diff options
author | EuAndreh <eu@euandre.org> | 2018-06-18 21:43:40 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2018-06-18 21:43:40 -0300 |
commit | a312eb503dbff4732a8b6b6776646387853a7027 (patch) | |
tree | 8c9d712cc294f04e0c7c3b3f594498bc33f80fbd | |
parent | borg files (diff) | |
download | dotfiles-a312eb503dbff4732a8b6b6776646387853a7027.tar.gz dotfiles-a312eb503dbff4732a8b6b6776646387853a7027.tar.xz |
autojump hack
-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 |