aboutsummaryrefslogtreecommitdiffstats
path: root/.zprofile
diff options
context:
space:
mode:
authorkatherine <shmibs@shmibbles.me>2017-02-14 10:29:57 -0700
committerkatherine <shmibs@shmibbles.me>2017-02-14 10:29:57 -0700
commit8168429a6f82a0f867960cd3e886d8b5ecdc9cd0 (patch)
tree5fdc7304a7ce8fe077dd45b1636c4995a770cfef /.zprofile
parentf71f4d6dc53abf0b8de266f4ecf4a8ee10069bd6 (diff)
downloaddotfiles-8168429a6f82a0f867960cd3e886d8b5ecdc9cd0.tar.gz
store sxiv thumbs and vimtags in tmpfs
Diffstat (limited to '.zprofile')
-rw-r--r--.zprofile4
1 files changed, 4 insertions, 0 deletions
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