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

@@ -16,10 +16,6 @@
"mini.pick": { "mini.pick": {
"rev": "8521fe21df86e08d9e4b3c3f3a7d50e47954e1af", "rev": "8521fe21df86e08d9e4b3c3f3a7d50e47954e1af",
"src": "https://github.com/nvim-mini/mini.pick" "src": "https://github.com/nvim-mini/mini.pick"
},
"snacks.nvim": {
"rev": "fe7cfe9800a182274d0f868a74b7263b8c0c020b",
"src": "https://github.com/folke/snacks.nvim"
} }
} }
} }

View File

@@ -9,8 +9,14 @@ export HISTSIZE=10000
export SAVEHIST=10000 export SAVEHIST=10000
export HISTFILE="$HOME/.cache/zsh/history" export HISTFILE="$HOME/.cache/zsh/history"
setopt append_history
setopt inc_append_history setopt inc_append_history
setopt share_history
setopt interactive_comments 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 PATH="$HOME/.local/bin:$HOME/.local/go/bin:$HOME/opt/bin:$PATH"
export LD_LIBRARY_PATH="$HOME/opt/lib:${LD_LIBRARY_PATH:-}" export LD_LIBRARY_PATH="$HOME/opt/lib:${LD_LIBRARY_PATH:-}"