diff options
Diffstat (limited to 'Functions/Completion/__condition')
-rw-r--r-- | Functions/Completion/__condition | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/Functions/Completion/__condition b/Functions/Completion/__condition deleted file mode 100644 index 8ceb969b8..000000000 --- a/Functions/Completion/__condition +++ /dev/null @@ -1,10 +0,0 @@ -#function --condition-- - -if [[ -current -1 -o ]]; then - complist -o -M 'L:|[nN][oO]= M:_= M:{A-Z}={a-z}' -elif [[ -current -1 -nt || -current -1 -ot || -current -1 -ef ]]; then - files -else - files - complist -v -fi |