mirror of
https://github.com/rywng/dotfiles.git
synced 2024-11-22 10:51:49 +08:00
feat(zsh): Add support for incremental history append
This commit is contained in:
parent
ee97b6f1d6
commit
0b2272b73b
6
.zshrc
6
.zshrc
@ -74,7 +74,7 @@ compinit
|
|||||||
HISTFILE=~/.cache/zhistory
|
HISTFILE=~/.cache/zhistory
|
||||||
HISTSIZE=8192
|
HISTSIZE=8192
|
||||||
SAVEHIST=8192
|
SAVEHIST=8192
|
||||||
setopt autocd autopushd extendedglob nomatch
|
setopt autocd autopushd extendedglob nomatch inc_append_history
|
||||||
unsetopt beep notify
|
unsetopt beep notify
|
||||||
bindkey -e
|
bindkey -e
|
||||||
# End of lines configured by zsh-newuser-install
|
# End of lines configured by zsh-newuser-install
|
||||||
@ -126,6 +126,4 @@ export SSH_AUTH_SOCK=$XDG_RUNTIME_DIR/ssh-agent.socket
|
|||||||
# local path
|
# local path
|
||||||
export MANPATH="${MANPATH}:${HOME}/.local/share/man"
|
export MANPATH="${MANPATH}:${HOME}/.local/share/man"
|
||||||
export PATH="${PATH}:${HOME}/.local/bin:${HOME}/.scripts:${HOME}/.cache/go/bin:${HOME}/.local/share/nvim/mason/bin"
|
export PATH="${PATH}:${HOME}/.local/bin:${HOME}/.scripts:${HOME}/.cache/go/bin:${HOME}/.local/share/nvim/mason/bin"
|
||||||
|
export PATH="/usr/lib/ccache/bin${PATH:+:}$PATH" # ccache support
|
||||||
# ccache support
|
|
||||||
export PATH="/usr/lib/ccache/bin${PATH:+:}$PATH"
|
|
||||||
|
Loading…
Reference in New Issue
Block a user