From 42b98a3369b501f06602c79b1dacf323847e1dce Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Fri, 7 Dec 2018 07:04:49 -0200 Subject: Add =lower= alias. --- bash/aliases.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/bash/aliases.sh b/bash/aliases.sh index c8fa2b3..5e38c35 100644 --- a/bash/aliases.sh +++ b/bash/aliases.sh @@ -13,6 +13,7 @@ isLinux && { isMac && { alias copy="tr -d '\n' | pbcopy" } +alias lower="tr [:upper:] [:lower:]" 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 " -- cgit v1.2.3