mirror of
https://github.com/keanuplayz/dotfiles.git
synced 2024-08-15 02:33:12 +00:00
fix python paths on mac
This commit is contained in:
parent
51bb000d6a
commit
fa2cca9c44
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ typeset -aU fpath manpath path
|
|||
|
||||
if is_macos; then
|
||||
path=(
|
||||
~/Library/Python/bin
|
||||
~/Library/Python/*/bin
|
||||
~/Library/Haskell/bin
|
||||
/usr/local/opt/file-formula/bin # file
|
||||
/usr/local/opt/gnu-sed/libexec/gnubin # GNU sed
|
||||
|
|
Loading…
Reference in a new issue