aboutsummaryrefslogtreecommitdiff
path: root/sh/shrc.d/md.sh
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2017-01-02 16:59:07 +1300
committerTom Ryder <tom@sanctum.geek.nz>2017-01-02 17:10:10 +1300
commit51f0d9737c31e9d905748e0f1a4d9a47508ec810 (patch)
treef05624b71b604be3fa94b36b54af622ab5136a7e /sh/shrc.d/md.sh
parentAdd swr(1df) (diff)
downloaddotfiles-51f0d9737c31e9d905748e0f1a4d9a47508ec810.tar.gz
dotfiles-51f0d9737c31e9d905748e0f1a4d9a47508ec810.zip
Soothe shellcheck about new marked dirs funcs
Diffstat (limited to 'sh/shrc.d/md.sh')
-rw-r--r--sh/shrc.d/md.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/sh/shrc.d/md.sh b/sh/shrc.d/md.sh
index 1f8a8aaf..7085d258 100644
--- a/sh/shrc.d/md.sh
+++ b/sh/shrc.d/md.sh
@@ -26,5 +26,6 @@ md() {
fi
# Save the specified path in the marked directory var
+ # shellcheck disable=SC2034
PMD=$1
}