updated paths.sh

pull/2/head
Hari Sekhon 5 years ago
parent 2329574d92
commit d0d7bc6134

@ -171,6 +171,8 @@ fi
if [ -d ~/perl5/bin ]; then if [ -d ~/perl5/bin ]; then
add_PATH ~/perl5/bin add_PATH ~/perl5/bin
fi fi
# to prevent Empty compile time value given to use lib at /Users/hari/perl5/lib/perl5/perl5lib.pm line 17.
PERL5LIB="${PERL5LIB##:}"
alias lsperlbin='ls -d ~/perl5/bin/* 2>/dev/null' alias lsperlbin='ls -d ~/perl5/bin/* 2>/dev/null'
alias llperlbin='ls -ld ~/perl5/bin/* 2>/dev/null' alias llperlbin='ls -ld ~/perl5/bin/* 2>/dev/null'

Loading…
Cancel
Save