From 31a617408fb42b0d595088ac10458a3a4922543d Mon Sep 17 00:00:00 2001 From: Aaron Gyes Date: Tue, 16 Feb 2016 05:14:33 -0800 Subject: [PATCH] Fix typo --- share/functions/history.fish | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/share/functions/history.fish b/share/functions/history.fish index 3d272cf0e..d513c191b 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