From a312eb503dbff4732a8b6b6776646387853a7027 Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Mon, 18 Jun 2018 21:43:40 -0300 Subject: autojump hack --- bash/bashrc.sh | 2 ++ 1 file changed, 2 insertions(+) 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 -- cgit v1.2.3