diff --git a/bashrc b/bashrc index f144291..80ac87b 100644 --- a/bashrc +++ b/bashrc @@ -16,12 +16,6 @@ if [ -f ~/.bashrc_functions ]; then source ~/.bashrc_functions fi -# create symlink so that .bashrc is linked to your bashrc file installed by hombrew -# source /usr/local/bin/bashrc -ln -s /usr/local/bin/bashrc ~/.bashrc -ln -s /usr/local/bin/bashrc_alias ~/.bashrc_alias -ln -s /usr/local/bin/bashrc_colors ~/.bashrc_colors -ln -s /usr/local/bin/bashrc_functions ~/.bashrc_functions MYNAME='NMAAHC Media Conservation' export MYNAME @@ -40,6 +34,13 @@ export PS1="\[$BICyan\]≈:≈\[${Color_Off}\] " export LESS='-MN' +# create symlink so that .bashrc is linked to your bashrc file installed by hombrew +# source /usr/local/bin/bashrc +ln -s /usr/local/bin/bashrc ~/.bashrc +ln -s /usr/local/bin/bashrc_alias ~/.bashrc_alias +ln -s /usr/local/bin/bashrc_colors ~/.bashrc_colors +ln -s /usr/local/bin/bashrc_functions ~/.bashrc_functions + # must use double quotes here so Unix expands ${PATH} and doesn't read it as a directory # default OS X PATH: /usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/local/sbin:/usr/X11/bin