aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--bash/bashrc.sh5
1 files changed, 3 insertions, 2 deletions
diff --git a/bash/bashrc.sh b/bash/bashrc.sh
index 037083c..d06692b 100644
--- a/bash/bashrc.sh
+++ b/bash/bashrc.sh
@@ -27,8 +27,9 @@ env > ~/.spacemacs.env
export PATH="$HOME/annex/dev/code/songbooks/cli:$PATH"
alias sb="songbooks"
-source "$(dirname $(readlink $(which autojump)))/../share/autojump/autojump.bash"
-
+isLinux && {
+ source "$(dirname $(readlink $(which autojump)))/../share/autojump/autojump.bash"
+}
export PATH="$HOME/.perl6/bin:$PATH"