diff --git a/dotfiles/lib/shellrc.sh b/dotfiles/lib/shellrc.sh index 96643921..c1766fa2 100644 --- a/dotfiles/lib/shellrc.sh +++ b/dotfiles/lib/shellrc.sh @@ -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