aliases: add watcha to use watch with aliases

feature/symbol-search
bretello 2020-03-13 21:31:30 +01:00
parent d9124c2d63
commit de0f7cd775
1 changed files with 2 additions and 0 deletions

View File

@ -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