aboutsummaryrefslogtreecommitdiffhomepage
path: root/share/completions/read.fish
diff options
context:
space:
mode:
authorGravatar axel <axel@liljencrantz.se>2007-01-07 00:24:30 +1000
committerGravatar axel <axel@liljencrantz.se>2007-01-07 00:24:30 +1000
commit3b4bacb5ba98d1b512d8b9ce5f1d5497405db793 (patch)
tree300dc58150168a6e8552b61910e8172105f4edc6 /share/completions/read.fish
parent7e350dab662b7e9299056cb5d760eb197b1e95bf (diff)
Allow the user to specify name of history file to use with the read builtin
darcs-hash:20070106142430-ac50b-32ad52077e11438799b17911dc83e57f89e02f2b.gz
Diffstat (limited to 'share/completions/read.fish')
-rw-r--r--share/completions/read.fish2
1 files changed, 1 insertions, 1 deletions
diff --git a/share/completions/read.fish b/share/completions/read.fish
index 880fc176..1a88aa69 100644
--- a/share/completions/read.fish
+++ b/share/completions/read.fish
@@ -5,4 +5,4 @@ complete -c read -s g -l global -d (N_ "Make variable scope global")
complete -c read -s l -l local -d (N_ "Make variable scope local")
complete -c read -s U -l universal -d (N_ "Make variable scope universal, i.e. share variable with all the users fish processes on this computer")
complete -c read -s u -l unexport -d (N_ "Do not export variable to subprocess")
-
+complete -c read -s m -l mode-name -d (N_ "Name to load/save history under") -r -a "read fish"