Add M1 brew paths
This commit is contained in:
parent
971b9730d4
commit
e8724b7da0
1 changed files with 2 additions and 2 deletions
|
@ -31,8 +31,8 @@ export EDITOR='vim'
|
||||||
export DEFAULT_USER="jonny"
|
export DEFAULT_USER="jonny"
|
||||||
|
|
||||||
# Set the $PATH
|
# Set the $PATH
|
||||||
export PATH="/usr/local/bin:/usr/bin:/bin:/usr/local/sbin:/usr/sbin:/sbin:$HOME/.local/bin"
|
export PATH="/opt/homebrew/bin:/usr/local/bin:/usr/bin:/bin:/opt/homebrew/sbin:/usr/local/sbin:/usr/sbin:/sbin:$HOME/.local/bin"
|
||||||
export MANPATH="/usr/local/man:$MANPATH"
|
export MANPATH="/opt/homebrew/manpages:/usr/local/man:$MANPATH"
|
||||||
|
|
||||||
# Determine the running OS
|
# Determine the running OS
|
||||||
source $HOME/.zsh/platform.zsh
|
source $HOME/.zsh/platform.zsh
|
||||||
|
|
Loading…
Add table
Reference in a new issue