From 453d2f1074ee9ed259b7ecb004c508f6a980f5e7 Mon Sep 17 00:00:00 2001 From: Florian Pritz Date: Sat, 27 Oct 2018 10:55:24 +0200 Subject: xinitrc: add perl5 local lib path Signed-off-by: Florian Pritz --- .xinitrc | 4 ++++ 1 file changed, 4 insertions(+) (limited to '.xinitrc') diff --git a/.xinitrc b/.xinitrc index c3f1813..ee0082e 100644 --- a/.xinitrc +++ b/.xinitrc @@ -51,6 +51,10 @@ redshift -l 48.190:15.62 -t 5700:3400 -m randr & mount-ssh & #dunst & +if [[ -e ~/perl5 ]]; then + eval $(perl -I ~/perl5/lib/perl5/ -Mlocal::lib) +fi + rm -f "$HOME/passwords.kdb.lock" keepassx & #transmission-remote-gtk & -- cgit v1.2.3-24-g4f1b