Skip to content
This repository has been archived by the owner on Jun 14, 2022. It is now read-only.

Commit

Permalink
stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
BleakleyMcD committed Mar 26, 2020
1 parent dcab2d0 commit 46892e1
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions bashrc
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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

Expand Down

0 comments on commit 46892e1

Please sign in to comment.