diff options
author | Timmy Keller <tjk@tjkeller.xyz> | 2022-07-07 15:55:41 -0500 |
---|---|---|
committer | Timmy Keller <tjk@tjkeller.xyz> | 2022-07-07 15:55:41 -0500 |
commit | 4af49ed67fbf358674d45fb8af3c4c3efaf90f58 (patch) | |
tree | f7619b516c34be16aaae9bb8ecf43d2504ceca31 /zsh/profile | |
parent | 66bff0b5ef46550866c959bb745a61363dc5331f (diff) | |
download | dotconfig-4af49ed67fbf358674d45fb8af3c4c3efaf90f58.tar.xz dotconfig-4af49ed67fbf358674d45fb8af3c4c3efaf90f58.zip |
tons of changes from when website was down
Diffstat (limited to 'zsh/profile')
-rw-r--r-- | zsh/profile/zprofile.voidx250 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/zsh/profile/zprofile.voidx250 b/zsh/profile/zprofile.voidx250 index 1012463..4b00faa 100644 --- a/zsh/profile/zprofile.voidx250 +++ b/zsh/profile/zprofile.voidx250 @@ -1,5 +1,5 @@ #!/usr/bin/env zsh -export XDG_DATA_DIRS="/var/lib/flatpak/exports/share:$XDG_DATA_DIRS" +export XDG_DATA_DIRS="/var/lib/flatpak/exports/share:$XDG_DATA_DIRS" # .desktop files source /home/timmy/.config/zsh/zprofile |