FZF & Hist fixes
This commit is contained in:
parent
3f4edd589a
commit
4fce8202d4
2 changed files with 7 additions and 0 deletions
|
@ -7,6 +7,9 @@ source "$CONFIGDIR/zsh/plugins/zsh-autosuggestions/zsh-autosuggestions.zsh"
|
|||
ZSH_AUTOSUGGEST_USE_ASYNC=true
|
||||
ZSH_AUTOSUGGEST_STRATEGY=(history completion)
|
||||
|
||||
# FZF
|
||||
source <(fzf --zsh)
|
||||
|
||||
# Prompt
|
||||
configPrompt() {
|
||||
case $(uname -n) in
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue