Skip to content

Instantly share code, notes, and snippets.

View SeaCDragon's full-sized avatar

Charles McClain SeaCDragon

  • CodeHS
  • Chicago
  • 15:28 (UTC -05:00)
View GitHub Profile
# this gives the terminal a better look
export PS1="___________________ | \w @ \h (\u) \n| => "
export PS2="| => "
#-------------------------------------------------------------------------
# this code allows for nvm to work
export NVM_DIR="$HOME/.nvm"
[ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh" # This loads nvm
[ -s "$NVM_DIR/bash_completion" ] && \. "$NVM_DIR/bash_completion" # This loads nvm bash_completion
#-----------------------------------------------------------------------------------------------------------------