aboutsummaryrefslogtreecommitdiffhomepage
path: root/share/functions
diff options
context:
space:
mode:
Diffstat (limited to 'share/functions')
-rw-r--r--share/functions/popd.fish2
1 files changed, 1 insertions, 1 deletions
diff --git a/share/functions/popd.fish b/share/functions/popd.fish
index efeee7cd..cf2e8ff3 100644
--- a/share/functions/popd.fish
+++ b/share/functions/popd.fish
@@ -3,7 +3,7 @@ function popd -d (N_ "Pop dir from stack")
if test $dirstack[1]
cd $dirstack[1]
else
- printf (_ "%s: Directory stack is empty...") popd
+ printf (_ "%s: Directory stack is empty...\n") popd
return 1
end