mirror of
https://github.com/NaomiAmethyst/dots.git
synced 2025-04-13 09:30:06 +00:00
macdev was BROKEN
This commit is contained in:
parent
938af6115c
commit
1d0e2a3ff4
1 changed files with 0 additions and 10 deletions
10
zsh/macdev
10
zsh/macdev
|
@ -1,10 +0,0 @@
|
|||
local dev_path;
|
||||
case `uname -s` in
|
||||
Darwin)
|
||||
dev_path=/Developer/usr
|
||||
if [[ -r $dev_path ]] ; then
|
||||
export PATH="${dev_path}/bin:${dev_path}/sbin:${PATH}"
|
||||
export MANPATH="${dev_path}/share/man":$(manpath)
|
||||
fi
|
||||
;;
|
||||
esac
|
Loading…
Add table
Reference in a new issue