From 698dcc5508ee1c3209d57234c95bb0e77dee514d Mon Sep 17 00:00:00 2001 From: Johannes Löthberg Date: Tue, 20 Jan 2015 00:29:22 +0100 Subject: zprofile: add httpie and pass overrides --- zsh/.zprofile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'zsh/.zprofile') 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' -- cgit v1.2.3-54-g00ecf