We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5790001 commit 5b3da5dCopy full SHA for 5b3da5d
1 file changed
src/.zshrc
@@ -70,6 +70,8 @@ if [[ "$TERM_PROGRAM" == "iTerm.app" ]]; then
70
fi
71
72
# Docker
73
+export PATH="/Applications/Docker.app/Contents/Resources/bin:$PATH"
74
+
75
fpath=(~/.zsh/completion $fpath)
76
zstyle ':completion:*:*:docker:*' option-stacking yes
77
zstyle ':completion:*:*:docker-*:*' option-stacking yes
@@ -93,3 +95,5 @@ if [[ -n $ZENO_LOADED ]]; then
93
95
bindkey '^x^m' accept-line
94
96
97
98
+# MySQL
99
+export PATH="/opt/homebrew/opt/mysql-client@8.0/bin:$PATH"
0 commit comments