mirror of
https://github.com/nikdoof/dotfiles.git
synced 2026-01-31 19:38:14 +00:00
[zsh] Adjust history settings
This commit is contained in:
@@ -2,3 +2,8 @@ fpath+=($XDG_CONFIG_HOME/zsh/completions)
|
||||
|
||||
autoload -Uz compinit
|
||||
compinit -d "$XDG_CACHE_HOME"/zsh/zcompdump-"$ZSH_VERSION"
|
||||
|
||||
# If we have fzf installed, load its zsh completions
|
||||
if [ -x $(command -v fzf) ]; then
|
||||
source <(fzf --zsh)
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user