add mctrl bin

This commit is contained in:
David Chen 2025-12-15 09:53:32 -08:00
parent dcc98db32c
commit 69984585d0

View file

@ -42,3 +42,6 @@ export ZSH_AUTOSUGGEST_USE_ASYNC=1
export ZSH_AUTOSUGGEST_MANUAL_REBIND=1 export ZSH_AUTOSUGGEST_MANUAL_REBIND=1
export PATH="/usr/local/opt/grep/libexec/gnubin:$PATH" export PATH="/usr/local/opt/grep/libexec/gnubin:$PATH"
export HOMEBREW_DOWNLOAD_CONCURRENCY=auto export HOMEBREW_DOWNLOAD_CONCURRENCY=auto
if [ -d "$HOME/Github/mac-ctrl/bin" ] && ! echo ":$PATH:" | grep -q ":$HOME/Github/mac-ctrl/bin:" ; then
export PATH="$HOME/Github/mac-ctrl/bin:$PATH"
fi