aboutsummaryrefslogtreecommitdiffstats
path: root/.zprofile
diff options
context:
space:
mode:
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