shells: fix typo
This commit is contained in:
@@ -48,7 +48,7 @@ export FZF_DEFAULT_OPTS='
|
|||||||
--color=marker:#5c6a72,spinner:#5c6a72,header:#5c6a72'
|
--color=marker:#5c6a72,spinner:#5c6a72,header:#5c6a72'
|
||||||
|
|
||||||
if [[ -d ~/.vim/plugged/fzf ]]; then
|
if [[ -d ~/.vim/plugged/fzf ]]; then
|
||||||
[[ -x $(which fzf 2> /dev/null )]] || PATH=$PATH:$HOME/.vim/plugged/fzf/bin
|
[[ -x $(which fzf 2> /dev/null) ]] || export PATH=$PATH:$HOME/.vim/plugged/fzf/bin
|
||||||
source ~/.vim/plugged/fzf/shell/completion.bash
|
source ~/.vim/plugged/fzf/shell/completion.bash
|
||||||
source ~/.vim/plugged/fzf/shell/key-bindings.bash
|
source ~/.vim/plugged/fzf/shell/key-bindings.bash
|
||||||
bind '"":"fzf-file-widget\n"'
|
bind '"":"fzf-file-widget\n"'
|
||||||
|
|||||||
@@ -92,7 +92,7 @@ export FZF_DEFAULT_OPTS='
|
|||||||
--color=marker:#5c6a72,spinner:#5c6a72,header:#5c6a72'
|
--color=marker:#5c6a72,spinner:#5c6a72,header:#5c6a72'
|
||||||
|
|
||||||
if [[ -d ~/.vim/plugged/fzf ]]; then
|
if [[ -d ~/.vim/plugged/fzf ]]; then
|
||||||
[[ -x $(which fzf 2> /dev/null) ]] || PATH=$PATH:$HOME/.vim/plugged/fzf/bin
|
[[ -x $(which fzf 2> /dev/null) ]] || export PATH=$PATH:$HOME/.vim/plugged/fzf/bin
|
||||||
source ~/.vim/plugged/fzf/shell/completion.zsh
|
source ~/.vim/plugged/fzf/shell/completion.zsh
|
||||||
source ~/.vim/plugged/fzf/shell/key-bindings.zsh
|
source ~/.vim/plugged/fzf/shell/key-bindings.zsh
|
||||||
bindkey '^F' fzf-file-widget
|
bindkey '^F' fzf-file-widget
|
||||||
|
|||||||
Reference in New Issue
Block a user