summaryrefslogtreecommitdiff
path: root/.config/zsh
diff options
context:
space:
mode:
Diffstat (limited to '.config/zsh')
-rw-r--r--.config/zsh/.zprofile1
1 files changed, 1 insertions, 0 deletions
diff --git a/.config/zsh/.zprofile b/.config/zsh/.zprofile
index 127c867..3453af6 100644
--- a/.config/zsh/.zprofile
+++ b/.config/zsh/.zprofile
@@ -17,6 +17,7 @@ export TERMINAL="urxvt"
17# Other vars 17# Other vars
18export GCC_COLORS='error=01;31:warning=01;35:note=01;36:caret=01;32:locus=01:quote=01' 18export GCC_COLORS='error=01;31:warning=01;35:note=01;36:caret=01;32:locus=01:quote=01'
19export LESSHISTFILE='-' 19export LESSHISTFILE='-'
20export LIBVIRT_DEFAULT_URI="qemu:///system"
20export PASSWORD_STORE_DIR="$XDG_DATA_HOME/password-store" 21export PASSWORD_STORE_DIR="$XDG_DATA_HOME/password-store"
21export XINITRC="$XDG_CONFIG_HOME/x11/xinitrc" 22export XINITRC="$XDG_CONFIG_HOME/x11/xinitrc"
22export WGETRC="$XDG_CONFIG_HOME/wget/wgetrc" 23export WGETRC="$XDG_CONFIG_HOME/wget/wgetrc"