aboutsummaryrefslogtreecommitdiff
path: root/bash
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2018-07-05 22:42:39 -0300
committerEuAndreh <eu@euandre.org>2018-07-05 22:42:39 -0300
commit1480ee59473e37f32a954b6798f638a197edb686 (patch)
tree1b7c927f4a19aa7a04462e8ffbb9e9ccc6f892ed /bash
parentComment broken require of cider-interaction from new cider (diff)
downloaddotfiles-1480ee59473e37f32a954b6798f638a197edb686.tar.gz
dotfiles-1480ee59473e37f32a954b6798f638a197edb686.tar.xz
Add mr alias
Diffstat (limited to 'bash')
-rw-r--r--bash/aliases.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/bash/aliases.sh b/bash/aliases.sh
index fac98a7..8687a07 100644
--- a/bash/aliases.sh
+++ b/bash/aliases.sh
@@ -11,6 +11,7 @@ alias copy="tr -d '\n' | xclip -sel clip"
alias pia-vpn="sudo openvpn --config $DOTFILES/VPN/euandreh.ovpn"
# Source: https://unix.stackexchange.com/questions/25327/watch-command-alias-expansion#25329
alias watch="watch "
+alias mr="mr -s"
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"