diff options
-rw-r--r-- | bash/bashrc.sh | 2 |
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 |