diff options
author | Timmy Keller <tjk@tjkeller.xyz> | 2022-07-31 15:16:04 -0500 |
---|---|---|
committer | Timmy Keller <tjk@tjkeller.xyz> | 2022-07-31 15:16:04 -0500 |
commit | a0943a0a387400afc8e49e7a626532e73990d24f (patch) | |
tree | 5e14f8a353c9b05a1a97f029c66c9f0e28f352a1 /zsh/profiles | |
parent | 4af49ed67fbf358674d45fb8af3c4c3efaf90f58 (diff) | |
download | dotconfig-a0943a0a387400afc8e49e7a626532e73990d24f.tar.xz dotconfig-a0943a0a387400afc8e49e7a626532e73990d24f.zip |
bunch more stuff
Diffstat (limited to 'zsh/profiles')
-rwxr-xr-x | zsh/profiles/zprofile.librex60 | 3 | ||||
-rwxr-xr-x | zsh/profiles/zprofile.voidx250 | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/zsh/profiles/zprofile.librex60 b/zsh/profiles/zprofile.librex60 new file mode 100755 index 0000000..530563f --- /dev/null +++ b/zsh/profiles/zprofile.librex60 @@ -0,0 +1,3 @@ +#!/usr/bin/env zsh + +export PATH="/usr/local/texlive/2021/bin/x86_64-linux:$PATH" diff --git a/zsh/profiles/zprofile.voidx250 b/zsh/profiles/zprofile.voidx250 new file mode 100755 index 0000000..61eb34e --- /dev/null +++ b/zsh/profiles/zprofile.voidx250 @@ -0,0 +1,3 @@ +#!/usr/bin/env zsh + +export XDG_DATA_DIRS="/var/lib/flatpak/exports/share:$XDG_DATA_DIRS" # .desktop files |