summaryrefslogtreecommitdiff
path: root/.config/zsh
diff options
context:
space:
mode:
authorSam Chudnick <sam@chudnick.com>2022-02-12 17:54:06 -0500
committerSam Chudnick <sam@chudnick.com>2022-02-12 17:54:06 -0500
commitb0a2c1c5800c30ecf37311885ce11f244102873e (patch)
tree49329a7af06795ff5fb16479d7c3dfe3441555ee /.config/zsh
parenta7ec0d3b3e49837c52051de489b118b650bb2bf0 (diff)
Bunch of changes
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"