zsh: disable annoying brew feature on macos
This commit is contained in:
parent
058e987625
commit
70bbfd75a3
1 changed files with 1 additions and 1 deletions
2
.zshrc
2
.zshrc
|
@ -47,7 +47,7 @@ case "$unamestr" in
|
||||||
alias o="open"
|
alias o="open"
|
||||||
alias cpy="pbcopy"
|
alias cpy="pbcopy"
|
||||||
alias pst="pbpaste"
|
alias pst="pbpaste"
|
||||||
# highlight syntax in zsh
|
export HOMEBREW_NO_AUTO_UPDATE=1
|
||||||
;;
|
;;
|
||||||
"Linux")
|
"Linux")
|
||||||
alias o="xdg-open"
|
alias o="xdg-open"
|
||||||
|
|
Loading…
Add table
Reference in a new issue