aboutsummaryrefslogtreecommitdiffhomepage
path: root/init
diff options
context:
space:
mode:
authorGravatar axel <axel@liljencrantz.se>2006-02-03 10:37:54 +1000
committerGravatar axel <axel@liljencrantz.se>2006-02-03 10:37:54 +1000
commitc3a1473419ea8157048321205684985a7ec5177b (patch)
treebb9de94dd26739fd7ea0fcb4abfb8f91763d99a4 /init
parent29707e66e6c3c689693d7bbb5a1e111625057d1d (diff)
Add fish switch to enter login mode
darcs-hash:20060203003754-ac50b-99961eb6635beb0700fbd542fc7ff979ab1ceeb9.gz
Diffstat (limited to 'init')
-rw-r--r--init/completions/fish.fish1
1 files changed, 1 insertions, 0 deletions
diff --git a/init/completions/fish.fish b/init/completions/fish.fish
index 1ade805f..b49f98a1 100644
--- a/init/completions/fish.fish
+++ b/init/completions/fish.fish
@@ -2,4 +2,5 @@ complete -c fish -s c -l "command" -d (_ "Run fish with this command")
complete -c fish -s h -l help -d (_ "Display help and exit")
complete -c fish -s v -l version -d (_ "Display version and exit")
complete -c fish -s i -l interactive -d (_ "Run in interactive mode")
+complete -c fish -s l -l login -d (_ "Run in login mode")
complete -c fish -s p -l profile -d (_ "Output profiling information to specified file") -f