vi is the editor
This commit is contained in:
parent
0b5a2cf471
commit
8bc5ba4e12
3 changed files with 8 additions and 2 deletions
6
.zshrc
6
.zshrc
|
|
@ -119,3 +119,9 @@ zstyle ':completion:*' matcher-list 'm:{a-z}={A-Z}'
|
|||
if [ -n "`which fortune`" ]; then
|
||||
fortune
|
||||
fi
|
||||
|
||||
# The next line updates PATH for the Google Cloud SDK.
|
||||
if [ -f '/home/barak/local/google-cloud-sdk/path.zsh.inc' ]; then source '/home/barak/local/google-cloud-sdk/path.zsh.inc'; fi
|
||||
|
||||
# The next line enables shell command completion for gcloud.
|
||||
if [ -f '/home/barak/local/google-cloud-sdk/completion.zsh.inc' ]; then source '/home/barak/local/google-cloud-sdk/completion.zsh.inc'; fi
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue