mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2025-12-26 02:12:33 +01:00
brew to custom
This commit is contained in:
parent
6435440e1d
commit
7180e604e9
1 changed files with 0 additions and 1 deletions
|
|
@ -2,7 +2,6 @@
|
||||||
# This will allow us to override system binaries like ruby with our brews
|
# This will allow us to override system binaries like ruby with our brews
|
||||||
# TODO: Do this in a more compatible way.
|
# TODO: Do this in a more compatible way.
|
||||||
# What if someone doesn't have /usr/bin in their path?
|
# What if someone doesn't have /usr/bin in their path?
|
||||||
export PATH='/usr/local/share/python':$PATH
|
|
||||||
export PATH=`echo $PATH | sed -e 's|/usr/local/bin||' -e 's|::|:|g'` # Remove /usr/local/bin
|
export PATH=`echo $PATH | sed -e 's|/usr/local/bin||' -e 's|::|:|g'` # Remove /usr/local/bin
|
||||||
export PATH=`echo $PATH | sed -e 's|/usr/bin|/usr/local/bin:&|'` # Add it in front of /usr/bin
|
export PATH=`echo $PATH | sed -e 's|/usr/bin|/usr/local/bin:&|'` # Add it in front of /usr/bin
|
||||||
export PATH=`echo $PATH | sed -e 's|/usr/bin|/usr/local/sbin:&|'` # Add /usr/local/sbin
|
export PATH=`echo $PATH | sed -e 's|/usr/bin|/usr/local/sbin:&|'` # Add /usr/local/sbin
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue