diff options
author | EuAndreh <eu@euandre.org> | 2018-11-23 22:20:25 -0200 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2018-11-23 22:20:25 -0200 |
commit | 029d65cb8942dc39b8f8c2ac6904c61243eca616 (patch) | |
tree | f6b88cd6ba1a7ed8dc48d41af00dfa28eedaa7a0 | |
parent | Fetch mail once an hour. (diff) | |
download | dotfiles-029d65cb8942dc39b8f8c2ac6904c61243eca616.tar.gz dotfiles-029d65cb8942dc39b8f8c2ac6904c61243eca616.tar.xz |
WIP: forcefully source autojump Bash setup.
-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 8613f65..18aeb9a 100644 --- a/bash/bashrc.sh +++ b/bash/bashrc.sh @@ -26,3 +26,5 @@ env > ~/.spacemacs.env # tmp FIXME: move to mrconfig.ini export PATH="$HOME/Desktop/hinarioespirita-db/songbooks/cli:$PATH" alias sb="songbooks" + +source "$(dirname $(readlink $(which autojump)))/../share/autojump/autojump.bash" |