diff options
Diffstat (limited to 'zsh/profile/zprofile.librex60')
-rw-r--r-- | zsh/profile/zprofile.librex60 | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/zsh/profile/zprofile.librex60 b/zsh/profile/zprofile.librex60 new file mode 100644 index 0000000..18860a5 --- /dev/null +++ b/zsh/profile/zprofile.librex60 @@ -0,0 +1,7 @@ +#!/usr/bin/env zsh + +export PATH="/usr/local/texlive/2021/bin/x86_64-linux:$PATH" + +export ZPLUGINS="/usr/share/zsh/plugins/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh" + +source /home/timmy/.config/zsh/zprofile |