From de0f7cd775013a9b280605fec0bd2dccaa2a71bb Mon Sep 17 00:00:00 2001 From: bretello Date: Fri, 13 Mar 2020 21:31:30 +0100 Subject: [PATCH] aliases: add watcha to use watch with aliases --- aliases.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/aliases.sh b/aliases.sh index f3f2cbc..e647d5a 100755 --- a/aliases.sh +++ b/aliases.sh @@ -82,6 +82,8 @@ alias powerline_update="pip install --upgrade --user 'git+https://github.com/pow alias gcf='git commit --fixup=HEAD' alias gcaf='git commit -a --fixup=HEAD' +alias watcha='watch ' # note the space after watch. This makes watch work with aliases + # dotfiles user aliases if [[ -f ~/.dotfiles_aliases ]]; then