diff options
author | Sam Chudnick <sam@chudnick.com> | 2022-02-12 17:54:06 -0500 |
---|---|---|
committer | Sam Chudnick <sam@chudnick.com> | 2022-02-12 17:54:06 -0500 |
commit | b0a2c1c5800c30ecf37311885ce11f244102873e (patch) | |
tree | 49329a7af06795ff5fb16479d7c3dfe3441555ee /.config/zsh | |
parent | a7ec0d3b3e49837c52051de489b118b650bb2bf0 (diff) |
Bunch of changes
Diffstat (limited to '.config/zsh')
-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" |