aboutsummaryrefslogtreecommitdiffhomepage
path: root/share/functions/__fish_complete_subcommand.fish
diff options
context:
space:
mode:
authorGravatar axel <axel@liljencrantz.se>2006-12-04 21:58:38 +1000
committerGravatar axel <axel@liljencrantz.se>2006-12-04 21:58:38 +1000
commitceacfb83a807ceb926fdefbaf72fa99de1fb6a40 (patch)
tree57543e91adc25e3f9a6cb7fa2fc290692e9273e8 /share/functions/__fish_complete_subcommand.fish
parentd736c8cca607333814cde0234c9e6b9144df6978 (diff)
Add completions for the env command
darcs-hash:20061204115838-ac50b-f75e067b50ee2cbc8f735110c34892613c53c4d9.gz
Diffstat (limited to 'share/functions/__fish_complete_subcommand.fish')
-rw-r--r--share/functions/__fish_complete_subcommand.fish1
1 files changed, 1 insertions, 0 deletions
diff --git a/share/functions/__fish_complete_subcommand.fish b/share/functions/__fish_complete_subcommand.fish
index 4af0e1c9..8fd9a6b9 100644
--- a/share/functions/__fish_complete_subcommand.fish
+++ b/share/functions/__fish_complete_subcommand.fish
@@ -23,6 +23,7 @@ function __fish_complete_subcommand -d "Complete subcommand"
switch $i
case '-*'
+ case '*=*'
case '*'
set had_cmd 1