aboutsummaryrefslogtreecommitdiffhomepage
path: root/share/functions/history.fish
diff options
context:
space:
mode:
authorGravatar Aaron Gyes <me@aaron.gy>2016-02-16 05:14:33 -0800
committerGravatar Aaron Gyes <me@aaron.gy>2016-02-16 05:14:33 -0800
commit31a617408fb42b0d595088ac10458a3a4922543d (patch)
tree191085d7fa810ce2f81e41b6bccd7cca7d63eda3 /share/functions/history.fish
parenta6565bbea8bdcb895693c0406c7021254c5d60f4 (diff)
Fix typo
Diffstat (limited to 'share/functions/history.fish')
-rw-r--r--share/functions/history.fish2
1 files changed, 1 insertions, 1 deletions
diff --git a/share/functions/history.fish b/share/functions/history.fish
index 3d272cf0..d513c191 100644
--- a/share/functions/history.fish
+++ b/share/functions/history.fish
@@ -40,7 +40,7 @@ function history --description "Deletes an item from history"
break
case "-*" "--*"
printf ( _ "%s: invalid option -- %s\n" ) history $argv[1] >& 2
- return
+ return 1
end
end
else