commit 5c3a8343b3bf7e853e0cec0f1e4e22c14fb01ccc
parent cd08a3ed805c631f173f801e892c15bccc0ae89a
Author: Riaz <riaz@riazj.com>
Date: Tue, 9 Sep 2025 11:37:13 -0700
Move aspell files out of home
Diffstat:
1 file changed, 4 insertions(+), 0 deletions(-)
diff --git a/.config/zsh/.zshenv b/.config/zsh/.zshenv
@@ -1,3 +1,4 @@
+export SEARCH_DIRS=(data notes repos .config .local /usr/share/doc/artix /usr/share/doc/arch-wiki/html/en)
export PATH="$HOME/.local/bin:$PATH"
export XDG_CACHE_HOME="$HOME/.cache"
export XDG_CONFIG_HOME="$HOME/.config"
@@ -7,7 +8,9 @@ export PULSE_COOKIE="$XDG_CACHE_HOME/pulse"
export PARALLEL_HOME="$XDG_CACHE_HOME/parallel"
export XAUTHORITY="$XDG_RUNTIME_DIR/Xauthority"
export CALCHISTFILE="$XDG_RUNTIME_DIR/calc"
+export SDCV_HISTFILE="$XDG_RUNTIME_DIR/sdcv_history"
export GNUPGHOME="$XDG_DATA_HOME/gnupg"
+export ASPELL_CONF="home-dir $XDG_DATA_HOME/aspell"
export XINITRC="$XDG_CONFIG_HOME/xinitrc"
export W3M_DIR="$XDG_CONFIG_HOME/w3m"
export HISTFILE="$XDG_STATE_HOME/zsh"
@@ -16,3 +19,4 @@ export SAVEHIST=500
export LESSHISTFILE=-
export LESS="-ciR"
export EDITOR="vis"
+export KEYTIMEOUT=1