save
This commit is contained in:
@@ -16,10 +16,6 @@
|
||||
"mini.pick": {
|
||||
"rev": "8521fe21df86e08d9e4b3c3f3a7d50e47954e1af",
|
||||
"src": "https://github.com/nvim-mini/mini.pick"
|
||||
},
|
||||
"snacks.nvim": {
|
||||
"rev": "fe7cfe9800a182274d0f868a74b7263b8c0c020b",
|
||||
"src": "https://github.com/folke/snacks.nvim"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -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:-}"
|
||||
|
||||
Reference in New Issue
Block a user