From 4675cd33fef8fb2d0f4e5c027084bff3d4e8ab12 Mon Sep 17 00:00:00 2001 From: Ivan Malison Date: Mon, 22 Feb 2016 11:11:40 -0800 Subject: [PATCH] Always source autojump --- dotfiles/lib/shellrc.sh | 1 + 1 file changed, 1 insertion(+) 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