aboutsummaryrefslogtreecommitdiff
path: root/bash
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2018-11-23 19:38:02 -0200
committerEuAndreh <eu@euandre.org>2018-11-23 19:38:02 -0200
commitab4cdc4e5a72eb602471d9bc7acbb34c61c8e9d7 (patch)
tree99b131acd7c1568146f67dcc7743e02110269e38 /bash
parentUse git-annex from 18.03 NixOS release. (diff)
downloaddotfiles-ab4cdc4e5a72eb602471d9bc7acbb34c61c8e9d7.tar.gz
dotfiles-ab4cdc4e5a72eb602471d9bc7acbb34c61c8e9d7.tar.xz
Remove unused =alert= alias.
Diffstat (limited to 'bash')
-rw-r--r--bash/aliases.sh1
1 files changed, 0 insertions, 1 deletions
diff --git a/bash/aliases.sh b/bash/aliases.sh
index f316c6c0..f9649a2e 100644
--- a/bash/aliases.sh
+++ b/bash/aliases.sh
@@ -16,7 +16,6 @@ alias sbcl="rlwrap sbcl"
alias du="ncdu --color dark"
alias mail="mbsync -a && notmuch new"
-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"