diff options
author | EuAndreh <eu@euandre.org> | 2018-11-23 22:44:25 -0200 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2018-11-23 22:44:54 -0200 |
commit | fa9a5d9cb1e67684c5d1448c377d96688c23406b (patch) | |
tree | f6b88cd6ba1a7ed8dc48d41af00dfa28eedaa7a0 /bash/aliases.sh | |
parent | Add ledger package. (diff) | |
parent | WIP: forcefully source autojump Bash setup. (diff) | |
download | dotfiles-fa9a5d9cb1e67684c5d1448c377d96688c23406b.tar.gz dotfiles-fa9a5d9cb1e67684c5d1448c377d96688c23406b.tar.xz |
Merge branch 'usurpadinho' into 'master'.
Most configuration now working on new laptop.
Diffstat (limited to 'bash/aliases.sh')
-rw-r--r-- | bash/aliases.sh | 1 |
1 files changed, 0 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" |