Hello,
I modified my .profile file to allow for easier access to Sublime Text 2. Unfortunately, the command does not work unless I reload my .profile every time with
I was wondering if there is anything wrong with my .profile file. Thank you for any help.
I modified my .profile file to allow for easier access to Sublime Text 2. Unfortunately, the command does not work unless I reload my .profile every time with
Code:
. ./.profile echo $PATH
I was wondering if there is anything wrong with my .profile file. Thank you for any help.
Code:
# MacPorts Installer addition on 2012-09-17_at_22:03:16: adding an appropriate PATH variable for use with MacPorts.
export PATH=/opt/local/bin:/opt/local/sbin:/Users/Bryan/bin/subl/:$PATH
# Finished adapting your PATH environment variable for use with MacPorts.