From 2fcb8a91326581dc4f90495b472ccea94415ce6d Mon Sep 17 00:00:00 2001 From: Patrick Spek Date: Wed, 23 Oct 2019 11:33:52 +0200 Subject: Add basic templating tool --- .config/shell/env | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.config/shell/env') diff --git a/.config/shell/env b/.config/shell/env index 99eb1ff..61b91b9 100644 --- a/.config/shell/env +++ b/.config/shell/env @@ -30,7 +30,7 @@ export XDG_CONFIG_HOME="${HOME}/.config" export XDG_DATA_DIRS="/usr/local/share/:/usr/share/" export XDG_CONFIG_DIRS="/etc/xdg/" export XDG_CACHE_HOME="${HOME}/.cache" -export XDG_TEMPLATES_DIR="${HOME}/templates" +export XDG_TEMPLATES_DIR="${HOME}/.local/templates" #export XDG_RUNTIME_DIR="" # export gpg-agent -- cgit v1.1