diff options
author | EuAndreh <eu@euandre.org> | 2018-07-03 12:14:06 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2018-07-03 12:14:06 -0300 |
commit | f1b502282bb93cded4e892aee48541293d3da731 (patch) | |
tree | f201d0cbba7ee6965bb71509b2824ec9eab56133 | |
parent | Make =watch= work with aliases (diff) | |
download | dotfiles-f1b502282bb93cded4e892aee48541293d3da731.tar.gz dotfiles-f1b502282bb93cded4e892aee48541293d3da731.tar.xz |
Remove autojump completion hack
-rw-r--r-- | bash/bashrc.sh | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/bash/bashrc.sh b/bash/bashrc.sh index e46d8d7..5c351fd 100644 --- a/bash/bashrc.sh +++ b/bash/bashrc.sh @@ -20,8 +20,3 @@ source $DOTFILES/encrypted/env.sh set -h source ~/dev/nu/nucli/nu.bashcompletion - -# FIXME -isLinux && { - source $(dirname $(readlink $(which autojump)))/../share/bash-completion/completions/autojump.bash -} |