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

View File

@@ -17,7 +17,7 @@ contexts:
cluster: minikube
user: minikube
name: minikube
current-context: gke_flowfactor_europe-west1-b_ff-stage-euw1-cluster-primary
current-context: minikube
kind: Config
preferences: {}
users:
@@ -25,10 +25,10 @@ users:
user:
auth-provider:
config:
access-token: ya29.ImbBBzH14rElm0ePFZVZLJj6Am1iXUyjpMC74ChJkDhDYGWm_KmXqDfjOR9AKu3SXANUNz0NBUWOTFNW5VyvOAuR79BMoQ8zV9YdngJ_70QD8YvvpWzYHD2_5CW7DEGL65BtqiZdKEI
access-token: ya29.a0Adw1xeXFCNLhwQQ4xWGizrR1EQRUMDfzznUmhnyM4-oCe0IIqJnjv3fFSrOIL4T-22iKDELaSNANi2V0yyGhzu1Fnfwpbnu47c5p52Z05xgwUbwLpY4pFAXDUqBHOAKXLOJsWGxQmp2R-fprxESoGWj2YJHYK8UMSsQPuSWJL9fR
cmd-args: config config-helper --format=json
cmd-path: /Users/beppe/Downloads/google-cloud-sdk/bin/gcloud
expiry: "2020-03-08T15:48:49Z"
expiry: "2020-03-09T12:45:11Z"
expiry-key: '{.credential.token_expiry}'
token-key: '{.credential.access_token}'
name: gcp

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"