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