1
0
mirror of https://git.decapod.one/brethil/dotfiles synced 2024-11-22 11:31:30 +01:00

aliases: add watcha to use watch with aliases

This commit is contained in:
bretello 2020-03-13 21:31:30 +01:00
parent d9124c2d63
commit de0f7cd775

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