summaryrefslogtreecommitdiffstats
path: root/.zshrc
diff options
context:
space:
mode:
authorFlorian Pritz <bluewind@xinu.at>2020-05-10 16:02:29 +0200
committerFlorian Pritz <bluewind@xinu.at>2020-05-10 16:02:29 +0200
commit13c880673c8bc5455127d6de1576584a2efb8077 (patch)
treec7004d3510c32a8c8f384a5b91626e188f669f11 /.zshrc
parent19cd6a1c164c4fbfca04955d4c4b88e45209d6cf (diff)
downloaddotfiles-13c880673c8bc5455127d6de1576584a2efb8077.tar.gz
dotfiles-13c880673c8bc5455127d6de1576584a2efb8077.tar.xz
i3: Add hotkey for next/prev song
Signed-off-by: Florian Pritz <bluewind@xinu.at>
Diffstat (limited to '.zshrc')
-rw-r--r--.zshrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/.zshrc b/.zshrc
index e0b6517..4104e0f 100644
--- a/.zshrc
+++ b/.zshrc
@@ -878,7 +878,7 @@ fi
export SSH_AUTH_SOCK="${XDG_RUNTIME_DIR}/keyring/ssh"
if [[ -e ~/perl5 ]]; then
- eval $(perl -I ~/perl5/lib/perl5/ -Mlocal::lib)
+ 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})"
fi
#if type keychain >/dev/null; then