diff options
-rw-r--r-- | bash/aliases.sh | 1 |
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" |