diff options
-rw-r--r-- | zsh/.zprofile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/zsh/.zprofile b/zsh/.zprofile index 0ef9daf..b8abd38 100644 --- a/zsh/.zprofile +++ b/zsh/.zprofile @@ -16,6 +16,9 @@ export XCOMPOSEFILE="$XDG_CONFIG_HOME"/X11/XCompose export XAUTHORITY="$XDG_RUNTIME_DIR"/xauthority export ABSROOT="$HOME"/build/abs +export HTTPIE_CONFIG_DIR="$XDG_CONFIG_HOME"/httpie +export PASSWORD_STORE_DIR="$XDG_DATA_HOME"/password-store + export EDITOR=vim export VISUAL=vim export VIMINIT='source $XDG_CONFIG_HOME/vim/vimrc' |