blob: 171c5e2e8d32293a51c9e413d986563380740390 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
#defcomp hash
if [[ -mword 1 -*d* ]]; then
if [[ -string 1 '=' ]]; then
_path_files -g '*(-/)'
else
complist -n -q -S '='
fi
elif [[ -string 1 '=' ]]; then
_files -/g '*(*)'
else
complist -m -q -S '='
fi
|