Always source autojump

This commit is contained in:
Ivan Malison 2016-02-22 11:11:40 -08:00
parent 43861cf2fb
commit 4675cd33fe

View File

@ -1,4 +1,5 @@
for filename in ~/.lib/shellrc/*; do
source $filename
done
[[ -s $(brew --prefix)/etc/profile.d/autojump.sh ]] && . $(brew --prefix)/etc/profile.d/autojump.sh
environment_variable_exists INSIDE_EMACS && inside_emacs_hook