Search This Blog

Sunday 21 March 2010

Mac: Adding to PATH

echo $PATH - to show current path

PATH=$PATH\:/dir/path

In all cases, replace /dir/path with the directory you want the shell to search.