diff options
author | EuAndreh <eu@euandre.org> | 2018-12-29 19:33:46 -0200 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2018-12-29 19:33:56 -0200 |
commit | 633d152b776b1311e749ca387a0aed4ae9d12e9e (patch) | |
tree | e9f8fedb9ddeea2197ec74b0f7d9a7b3fc78e3bb | |
parent | mrconfig.ini. (diff) | |
download | dotfiles-633d152b776b1311e749ca387a0aed4ae9d12e9e.tar.gz dotfiles-633d152b776b1311e749ca387a0aed4ae9d12e9e.tar.xz |
Enable color to =watch= alias.
-rw-r--r-- | bash/aliases.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bash/aliases.sh b/bash/aliases.sh index fef53cc..4f97cfa 100644 --- a/bash/aliases.sh +++ b/bash/aliases.sh @@ -17,7 +17,7 @@ alias trim="tr -d '\n'" 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 " +alias watch="watch --color " alias mr="mr -s" alias sbcl="rlwrap sbcl" alias du="ncdu --color dark" |