diff options
author | Johannes Löthberg <johannes@kyriasis.com> | 2016-10-07 09:31:27 +0200 |
---|---|---|
committer | Johannes Löthberg <johannes@kyriasis.com> | 2017-06-01 18:37:35 +0200 |
commit | 41290250a6469a5864942df47d5b7dc9536f0e0a (patch) | |
tree | 5c0bfd9f1cd880b1ac0a47585aa684b6e539c215 /zsh | |
parent | 6f917777cc5be5df1484961d67aec55f3591fb54 (diff) | |
download | dotfiles-41290250a6469a5864942df47d5b7dc9536f0e0a.tar.xz |
zprofile: Reorganize slightly
Signed-off-by: Johannes Löthberg <johannes@kyriasis.com>
Diffstat (limited to 'zsh')
-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 |