aboutsummaryrefslogtreecommitdiff
path: root/sh/shrc.d/xd.sh
diff options
context:
space:
mode:
Diffstat (limited to 'sh/shrc.d/xd.sh')
-rw-r--r--sh/shrc.d/xd.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/sh/shrc.d/xd.sh b/sh/shrc.d/xd.sh
index 40319cf2..7c17adea 100644
--- a/sh/shrc.d/xd.sh
+++ b/sh/shrc.d/xd.sh
@@ -18,7 +18,7 @@ xd() {
# Try to change into the marked directory
cd -- "$1" || return
-
+
# If that worked, we can swap the mark, and we're done
PMD=$2
}