watch : remove bash spawn.

This commit is contained in:
Dmitry Voronin 2023-11-27 16:11:26 +03:00
parent 1ac242f75c
commit 520b01993c

View file

@ -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