aboutsummaryrefslogtreecommitdiffhomepage
path: root/share/functions/prevd.fish
diff options
context:
space:
mode:
Diffstat (limited to 'share/functions/prevd.fish')
-rw-r--r--share/functions/prevd.fish4
1 files changed, 2 insertions, 2 deletions
diff --git a/share/functions/prevd.fish b/share/functions/prevd.fish
index d0f546a2..c0361e1f 100644
--- a/share/functions/prevd.fish
+++ b/share/functions/prevd.fish
@@ -10,7 +10,7 @@ function prevd --description "Move back in the directory history"
end
# Parse arguments
- set -l show_hist 0
+ set -l show_hist 0
set -l times 1
for i in (seq (count $argv))
switch $argv[$i]
@@ -56,5 +56,5 @@ function prevd --description "Move back in the directory history"
# All done
return $code
-end
+end