From 8168429a6f82a0f867960cd3e886d8b5ecdc9cd0 Mon Sep 17 00:00:00 2001 From: katherine Date: Tue, 14 Feb 2017 10:29:57 -0700 Subject: store sxiv thumbs and vimtags in tmpfs --- .zprofile | 4 ++++ 1 file changed, 4 insertions(+) (limited to '.zprofile') diff --git a/.zprofile b/.zprofile index ecfd86e..6f4e509 100644 --- a/.zprofile +++ b/.zprofile @@ -2,6 +2,10 @@ emulate sh -c 'source /etc/profile' export QT_STYLE_OVERRIDE=gtk +############# STORE VIMTAGS IN RAM ############ +[[ -d /tmp/ ]] && \ + touch /tmp/.vimtags && ln -sf /tmp/.vimtags . + ######### MAKE CABAL BUILDS AVAILABLE ######### [[ -d ~/.cabal/bin ]] && \ PATH=$PATH:~/.cabal/bin -- cgit v1.2.3