Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save SeaCDragon/402b42617a283726fe45225fb8df5133 to your computer and use it in GitHub Desktop.
Save SeaCDragon/402b42617a283726fe45225fb8df5133 to your computer and use it in GitHub Desktop.
# 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
#-----------------------------------------------------------------------------------------------------------------
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment