aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2018-07-03 12:14:06 -0300
committerEuAndreh <eu@euandre.org>2018-07-03 12:14:06 -0300
commitf1b502282bb93cded4e892aee48541293d3da731 (patch)
treef201d0cbba7ee6965bb71509b2824ec9eab56133
parentMake =watch= work with aliases (diff)
downloaddotfiles-f1b502282bb93cded4e892aee48541293d3da731.tar.gz
dotfiles-f1b502282bb93cded4e892aee48541293d3da731.tar.xz
Remove autojump completion hack
-rw-r--r--bash/bashrc.sh5
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
-}