diff options
Diffstat (limited to 'zsh/.zprofile')
-rw-r--r-- | zsh/.zprofile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/zsh/.zprofile b/zsh/.zprofile index b239aed..75bd2cb 100644 --- a/zsh/.zprofile +++ b/zsh/.zprofile @@ -1,10 +1,12 @@ # exports EDITOR=vim +TERMINAL=termite VIMINIT='let $MYVIMRC="~/.config/vim/vimrc" | source $MYVIMRC' TEXMFHOME=~/.local/share/texlive TEXMFCONFIG=~/.config/texlive TEXMFVAR=~/.cache/texlive -export EDITOR VIMINIT TASKRC TEXMFHOME TEXMFCONFIG TEXMFVAR +GHCUP_USE_XDG_DIRS=1 +export EDITOR TERMINAL VIMINIT TASKRC TEXMFHOME TEXMFCONFIG TEXMFVAR GHCUP_USE_XDG_DIRS eval "$(api_ver=$(perl -MConfig -e'print $Config{api_version}') && perl -I$HOME/.local/perl5.${api_ver}/lib/perl5/ -Mlocal::lib=--deactivate-all,$HOME/.local/perl5.${api_ver})" |