diff options
Diffstat (limited to '.config/zsh/.zprofile')
-rw-r--r-- | .config/zsh/.zprofile | 1 |
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 |
18 | export GCC_COLORS='error=01;31:warning=01;35:note=01;36:caret=01;32:locus=01:quote=01' | 18 | export GCC_COLORS='error=01;31:warning=01;35:note=01;36:caret=01;32:locus=01:quote=01' |
19 | export LESSHISTFILE='-' | 19 | export LESSHISTFILE='-' |
20 | export LIBVIRT_DEFAULT_URI="qemu:///system" | ||
20 | export PASSWORD_STORE_DIR="$XDG_DATA_HOME/password-store" | 21 | export PASSWORD_STORE_DIR="$XDG_DATA_HOME/password-store" |
21 | export XINITRC="$XDG_CONFIG_HOME/x11/xinitrc" | 22 | export XINITRC="$XDG_CONFIG_HOME/x11/xinitrc" |
22 | export WGETRC="$XDG_CONFIG_HOME/wget/wgetrc" | 23 | export WGETRC="$XDG_CONFIG_HOME/wget/wgetrc" |