diff options
author | EuAndreh <eu@euandre.org> | 2018-06-18 21:45:08 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2018-06-18 21:45:08 -0300 |
commit | 4d88bae58ab424750caa7afe3a28f83396c1a35f (patch) | |
tree | 1191d77798de7bb2c4401083552477a17b3fd78e | |
parent | Add fix for macOS TLS Emacs error (diff) | |
download | dotfiles-4d88bae58ab424750caa7afe3a28f83396c1a35f.tar.gz dotfiles-4d88bae58ab424750caa7afe3a28f83396c1a35f.tar.xz |
Add note on autojump
-rw-r--r-- | bash/bashrc.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bash/bashrc.sh b/bash/bashrc.sh index b387f9b..0888837 100644 --- a/bash/bashrc.sh +++ b/bash/bashrc.sh @@ -27,4 +27,5 @@ else printf "" fi +# FIXME source $(dirname $(readlink $(which autojump)))/../share/bash-completion/completions/autojump.bash |