diff options
-rw-r--r-- | zsh/.zprofile | 7 |
1 files changed, 2 insertions, 5 deletions
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 |