forked from colonelpanic/dotfiles
Always source autojump
This commit is contained in:
parent
43861cf2fb
commit
4675cd33fe
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user