zsh: aliases.zsh: make automake run in the background
This commit is contained in:
parent
42b1d05b64
commit
80a1357651
1 changed files with 1 additions and 1 deletions
|
|
@ -41,7 +41,7 @@ fi
|
|||
alias irc='ssh -t irc tmux attach'
|
||||
# expand aliases when using sudo
|
||||
alias sudo='sudo '
|
||||
alias automake='while true; do inotifywait -r -e modify . && make; done;'
|
||||
alias automake='{ while true; do inotifywait -r -e modify . && make; done; } &'
|
||||
|
||||
# ===== sp aliases
|
||||
alias xterm='xterm -fa terminus -fs 8'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue