aboutsummaryrefslogtreecommitdiff
path: root/sh/shrc.d/xd.sh
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2017-11-14 10:09:40 +1300
committerTom Ryder <tom@sanctum.geek.nz>2017-11-14 10:09:40 +1300
commitd18c0c237c5fcd7c7d3484eb591cce0a4f8d104b (patch)
treedc5aaf180d8645b021ca18d22583d034b5aafd31 /sh/shrc.d/xd.sh
parentMerge branch 'release/v0.16.0' (diff)
parentBump version number to 0.17.0 (diff)
downloaddotfiles-d18c0c237c5fcd7c7d3484eb591cce0a4f8d104b.tar.gz
dotfiles-d18c0c237c5fcd7c7d3484eb591cce0a4f8d104b.zip
Merge branch 'release/v0.17.0'v0.17.0
* release/v0.17.0: Bump version number to 0.17.0 Move mapleader settings before .vimrc conf source Strip trailing whitespace Check for shellescape() function before using it Force muttrc filetype from ftdetect rules
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
}