This commit is contained in:
vx-clutch
2026-03-09 21:56:30 -04:00
parent a467bc9273
commit 2815476822
2 changed files with 6 additions and 4 deletions

View File

@@ -9,8 +9,14 @@ export HISTSIZE=10000
export SAVEHIST=10000
export HISTFILE="$HOME/.cache/zsh/history"
setopt append_history
setopt inc_append_history
setopt share_history
setopt interactive_comments
setopt autocd
setopt auto_param_slash
setopt dot_glob
setopt extended_glob
export PATH="$HOME/.local/bin:$HOME/.local/go/bin:$HOME/opt/bin:$PATH"
export LD_LIBRARY_PATH="$HOME/opt/lib:${LD_LIBRARY_PATH:-}"