diff options
Diffstat (limited to 'bash')
-rw-r--r-- | bash/aliases.sh | 1 | ||||
-rw-r--r-- | bash/bashrc.sh | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/bash/aliases.sh b/bash/aliases.sh index b106ed8..142b6a9 100644 --- a/bash/aliases.sh +++ b/bash/aliases.sh @@ -15,7 +15,6 @@ alias mr="mr -s" alias sbcl="rlwrap sbcl" alias du="ncdu --color dark" -alias alert='notify-send --urgency=low -i "$([ $? = 0 ] && echo terminal || echo error)" "$(history|tail -n1|sed -e '\''s/^\s*[0-9]\+\s*//;s/[;&|]\s*alert$//'\'')"' alias fim="play $DOTFILES/bash/Positive.ogg &> /dev/null" alias mux="tmuxinator" 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" |