aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohannes Löthberg <johannes@kyriasis.com>2015-01-20 00:29:22 +0100
committerJohannes Löthberg <johannes@kyriasis.com>2015-01-20 00:29:22 +0100
commit698dcc5508ee1c3209d57234c95bb0e77dee514d (patch)
treeb34ca74d064e03efe1d84d93b559673b3e59b984
parent24b87b572d856967e42a9824718f85b514218a57 (diff)
downloaddotfiles-698dcc5508ee1c3209d57234c95bb0e77dee514d.tar.xz
zprofile: add httpie and pass overrides
-rw-r--r--zsh/.zprofile3
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'