summaryrefslogtreecommitdiff
path: root/.config/zsh/rc/env.rc
diff options
context:
space:
mode:
authorPaul Iannetta <paul.iannetta@inria.fr>2018-11-19 00:51:01 +0100
committerPaul Iannetta <paul.iannetta@inria.fr>2018-11-19 00:51:01 +0100
commitb209dd98527fd357e716d44ec4adb430504eae56 (patch)
tree4269768238d352dea0f2cd079c27379418d502c3 /.config/zsh/rc/env.rc
parent52967fde6b3424372a5d4790e6c5c21dc3096913 (diff)
zsh dot files
Diffstat (limited to '.config/zsh/rc/env.rc')
-rwxr-xr-x.config/zsh/rc/env.rc19
1 files changed, 19 insertions, 0 deletions
diff --git a/.config/zsh/rc/env.rc b/.config/zsh/rc/env.rc
new file mode 100755
index 0000000..0cbd7f6
--- /dev/null
+++ b/.config/zsh/rc/env.rc
@@ -0,0 +1,19 @@
+# vim: syntax=sh
+
+#environement variables
+export PATH=$PATH:~/.local/bin
+export PATH=$PATH:~/.cabal/bin
+export EDITOR=vim
+
+# gnupg
+export GNUPGHOME=$XDG_CONFIG_HOME/gnupg
+
+# ICEauthority
+export ICEAUTHORITY=$XDG_CACHE_HOME/ICEauthority
+
+# less
+export LESSHISTFILE=$XDG_CONFIG_HOME/less/history
+export LESSKEY=$XDG_CONFIG_HOME/less/keys
+
+# mplayer
+export MPLAYER_HOME=$XDG_CONFIG_HOME/mplayer