aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2018-12-29 19:33:46 -0200
committerEuAndreh <eu@euandre.org>2018-12-29 19:33:56 -0200
commit633d152b776b1311e749ca387a0aed4ae9d12e9e (patch)
treee9f8fedb9ddeea2197ec74b0f7d9a7b3fc78e3bb
parentmrconfig.ini. (diff)
downloaddotfiles-633d152b776b1311e749ca387a0aed4ae9d12e9e.tar.gz
dotfiles-633d152b776b1311e749ca387a0aed4ae9d12e9e.tar.xz
Enable color to =watch= alias.
-rw-r--r--bash/aliases.sh2
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"