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:
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 gcf='git commit --fixup=HEAD'
|
||||||
alias gcaf='git commit -a --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
|
# dotfiles user aliases
|
||||||
if [[ -f ~/.dotfiles_aliases ]];
|
if [[ -f ~/.dotfiles_aliases ]];
|
||||||
then
|
then
|
||||||
|
|
Loading…
Reference in New Issue
Block a user