diff options
Diffstat (limited to 'zsh/.zprofile')
-rw-r--r-- | zsh/.zprofile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/zsh/.zprofile b/zsh/.zprofile index 0d2a4e3..b239aed 100644 --- a/zsh/.zprofile +++ b/zsh/.zprofile @@ -6,6 +6,6 @@ TEXMFCONFIG=~/.config/texlive TEXMFVAR=~/.cache/texlive export EDITOR VIMINIT TASKRC TEXMFHOME TEXMFCONFIG TEXMFVAR -eval "$(perl -I$HOME/.local/perl5/lib/perl5/ -Mlocal::lib=--deactivate-all,$HOME/.local/perl5)" +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})" [[ -z $DISPLAY && $XDG_VTNR -eq 1 ]] && exec startx |