watch : remove bash spawn.
This commit is contained in:
parent
1ac242f75c
commit
520b01993c
|
@ -1,6 +1,6 @@
|
||||||
# short aliases.
|
# short aliases.
|
||||||
alias w='watch -x bash -c'
|
alias w='watch'
|
||||||
alias ww='watch -n 0 -x bash -c'
|
alias ww='watch -n 0'
|
||||||
|
|
||||||
# autocomplete.
|
# autocomplete.
|
||||||
complete -F _autocomplete_nested w ww
|
complete -F _autocomplete_nested w ww
|
||||||
|
|
Reference in a new issue