From 41290250a6469a5864942df47d5b7dc9536f0e0a Mon Sep 17 00:00:00 2001 From: Johannes Löthberg Date: Fri, 7 Oct 2016 09:31:27 +0200 Subject: zprofile: Reorganize slightly MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Johannes Löthberg --- zsh/.zprofile | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'zsh') diff --git a/zsh/.zprofile b/zsh/.zprofile index 39ca811..37bfee6 100644 --- a/zsh/.zprofile +++ b/zsh/.zprofile @@ -12,6 +12,8 @@ export XDG_DATA_HOME="$HOME"/.local/share export MPV_HOME="$XDG_CONFIG_HOME"/mpv export GNUPGHOME="$XDG_CONFIG_HOME"/gnupg export GALE_DIR="$XDG_CONFIG_HOME"/gale +export HTTPIE_CONFIG_DIR="$XDG_CONFIG_HOME"/httpie +export PASSWORD_STORE_DIR="$XDG_DATA_HOME"/password-store # Config overrides export GTK2_RC_FILES="$XDG_CONFIG_HOME"/gtk-2.0/gtkrc-2.0 @@ -19,9 +21,6 @@ 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 VISUAL=nvim export NVIM_TUI_ENABLE_TRUE_COLOR=1 @@ -41,8 +40,6 @@ export SHORTHOST=$(hostname -s) # Don’t use the default venv prompt in favor of our custom one export VIRTUAL_ENV_DISABLE_PROMPT=1 -export FIGLET_FONTDIR="$HOME"/.local/share/figlet - export GTK_IM_MODULE=ibus export XMODIFIERS=@im=ibus export QT_IM_MODULE=ibus -- cgit v1.2.3-54-g00ecf