aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2018-06-18 21:43:40 -0300
committerEuAndreh <eu@euandre.org>2018-06-18 21:43:40 -0300
commita312eb503dbff4732a8b6b6776646387853a7027 (patch)
tree8c9d712cc294f04e0c7c3b3f594498bc33f80fbd
parentborg files (diff)
downloaddotfiles-a312eb503dbff4732a8b6b6776646387853a7027.tar.gz
dotfiles-a312eb503dbff4732a8b6b6776646387853a7027.tar.xz
autojump hack
-rw-r--r--bash/bashrc.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/bash/bashrc.sh b/bash/bashrc.sh
index 85efc72..b387f9b 100644
--- a/bash/bashrc.sh
+++ b/bash/bashrc.sh
@@ -26,3 +26,5 @@ if [[ -z $IN_NIX_SHELL ]]; then
else
printf ""
fi
+
+source $(dirname $(readlink $(which autojump)))/../share/bash-completion/completions/autojump.bash