fzf changes

This commit is contained in:
2020-03-09 12:50:48 +01:00
parent 69ca407bd9
commit a7046bbd2b
2 changed files with 9 additions and 3 deletions

6
.zshrc
View File

@@ -127,6 +127,12 @@ alias reload="clear; source ~/.zshrc"
# The next line updates PATH for the Google Cloud SDK.
#if [ -f '/Users/beppe/Downloads/google-cloud-sdk/path.zsh.inc' ]; then . '/Users/beppe/Downloads/google-cloud-sdk/path.zsh.inc'; fi
export FZF_COMPLETION_TRIGGER=''
#bindkey '^T' fzf-completion
bindkey '^I' $fzf_default_completion
#bindkey '^I' fzf-completion
bindkey '\e\t' fzf-completion
# The next line enables shell command completion for gcloud.
#if [ -f '/Users/beppe/Downloads/google-cloud-sdk/completion.zsh.inc' ]; then . '/Users/beppe/Downloads/google-cloud-sdk/completion.zsh.inc'; fi
export PATH="/usr/local/opt/gettext/bin:$PATH"