This repository has been archived on 2024-03-04. You can view files and clone it, but cannot push or open issues or pull requests.
linux/.config/bash/module/watch.sh

7 lines
110 B
Bash

# short aliases.
alias w='watch'
alias ww='watch -n 0'
# autocomplete.
complete -F _autocomplete_nested w ww