zsh-workers
 help / color / mirror / code / Atom feed
a8d29403fd463754418a0c089afea03d3cfcca0e blob 205 bytes (raw)

1
2
3
4
5
6
7
8
9
 
#compdef watch

# watch(1) has completely different semantics on freebsd compared to linux, hence:
case $OSTYPE in
  (freebsd*|dragonfly*) _watch-snoop "$@";;
  (*)           _default;;
esac

# NOTREACHED
debug log:

solving a8d29403f ...
found a8d29403f in https://git.vuxu.org/mirror/zsh/

Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).