blob: 184234b0219720691d8a612d2157b1efddcc69f2 (
plain) (
blame)
1
2
3
4
5
6
7
|
#compdef zed fned
case $service in
(fned) _arguments ':shell function:_functions';;
(zed) _arguments '(-):file:_files' \
'(:)-f[edit function]:shell function:_functions';;
esac
|