mirror of
https://github.com/theniceboy/.config.git
synced 2025-12-26 14:44:57 +08:00
add mctrl bin
This commit is contained in:
parent
dcc98db32c
commit
69984585d0
1 changed files with 3 additions and 0 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue