Skip to content

Commit 5b3da5d

Browse files
committed
chore(zsh): add Docker and MySQL client to PATH
1 parent 5790001 commit 5b3da5d

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

src/.zshrc

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,8 @@ if [[ "$TERM_PROGRAM" == "iTerm.app" ]]; then
7070
fi
7171

7272
# Docker
73+
export PATH="/Applications/Docker.app/Contents/Resources/bin:$PATH"
74+
7375
fpath=(~/.zsh/completion $fpath)
7476
zstyle ':completion:*:*:docker:*' option-stacking yes
7577
zstyle ':completion:*:*:docker-*:*' option-stacking yes
@@ -93,3 +95,5 @@ if [[ -n $ZENO_LOADED ]]; then
9395
bindkey '^x^m' accept-line
9496
fi
9597

98+
# MySQL
99+
export PATH="/opt/homebrew/opt/mysql-client@8.0/bin:$PATH"

0 commit comments

Comments
 (0)