aboutsummaryrefslogtreecommitdiffhomepage
path: root/share/functions/pwd.fish
diff options
context:
space:
mode:
Diffstat (limited to 'share/functions/pwd.fish')
-rw-r--r--share/functions/pwd.fish2
1 files changed, 1 insertions, 1 deletions
diff --git a/share/functions/pwd.fish b/share/functions/pwd.fish
index d51fe5c6..22745406 100644
--- a/share/functions/pwd.fish
+++ b/share/functions/pwd.fish
@@ -3,7 +3,7 @@
# Also drop '/private' directories on OS X.
#
-switch (uname)
+switch (uname)
case Darwin
function pwd --description "Print working directory"