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

Commit

Permalink
switching colors
Browse files Browse the repository at this point in the history
  • Loading branch information
BleakleyMcD committed Mar 26, 2020
1 parent 4511502 commit dcab2d0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bashrc
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@ ln -s /usr/local/bin/bashrc_functions ~/.bashrc_functions
MYNAME='NMAAHC Media Conservation'
export MYNAME

printf "${BRed}Hello ${MYNAME}!\n"
printf "${BBlue}Hello ${MYNAME}!\n"
printf "${BWhite}Be All That You Can Be Today!\n"
printf "${BBlue}Let's Go!${Color_Off}\n"
printf "${BRed}Let's Go!${Color_Off}\n"

print_before_the_prompt () {
printf "\n$BIYellow%s\n${Color_Off}" "$PWD"
Expand Down

0 comments on commit dcab2d0

Please sign in to comment.