Fix Ctr+r setup by fzf

This commit is contained in:
JGill
2021-10-13 12:44:08 +05:30
parent 89d5809a9e
commit 65ee0ef0b4
2 changed files with 5 additions and 3 deletions

5
.zshrc
View File

@@ -25,4 +25,9 @@ source $ZSH/oh-my-zsh.sh
# Configs that can only work after "source $ZSH/oh-my-zsh.sh", such as Aliases that depend oh-my-zsh plugins
# Now source fzf.zsh , otherwise Ctr+r is overwritten by ohmyzsh
[ -f ~/.fzf.zsh ] && source ~/.fzf.zsh
export FZF_DEFAULT_OPS="--extended"
alias k="k -h" # show human readable file sizes, in kb, mb etc