From e9cabb1c26fd1b31ae0b0ce55da378eb4fe3ba74 Mon Sep 17 00:00:00 2001 From: Salt Date: Mon, 4 Nov 2019 23:39:46 -0600 Subject: [PATCH] tmp: Make templates dir hidden --- tmp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tmp b/tmp index 8420870..fca2478 100755 --- a/tmp +++ b/tmp @@ -58,7 +58,7 @@ if [ -n "$1" ]; then source "$userdirs" fi unset userdirs - copydir="${XDG_TEMPLATES_DIR:-~/Templates}/tmp/$1" + copydir="${XDG_TEMPLATES_DIR:-~/Templates}/.tmp/$1" if ! [ -d "$copydir" ]; then log "Could not find template directory \"$copydir\"" exit 3