mirror of
https://git.decapod.one/brethil/dotfiles
synced 2024-11-22 03:21:30 +01:00
aliases: add watcha to use watch with aliases
This commit is contained in:
parent
d9124c2d63
commit
de0f7cd775
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user