Skip to content

Commit

Permalink
update zsh config
Browse files Browse the repository at this point in the history
  • Loading branch information
geloman committed Dec 10, 2024
1 parent f2ef858 commit 9f2680d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zsh/.zshrc
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ preexec() { echo -ne '\e[5 q' ;} # Use beam shape cursor for each new prompt.
setopt appendhistory

## source fzf command extras
[ -n "$(command -v fzf)" ] && source <(fzf --zsh)
[ -n "$(command -v fzf)" ] && . ~/.dotfiles/fzf/.fzf.zsh

# zsh parameter completion for the dotnet CLI

Expand Down

0 comments on commit 9f2680d

Please sign in to comment.