Skip to content

Instantly share code, notes, and snippets.

@beacrea
Last active January 21, 2017 20:07
Show Gist options
  • Save beacrea/8351968 to your computer and use it in GitHub Desktop.
Save beacrea/8351968 to your computer and use it in GitHub Desktop.
My current bash profile.
# Exports
export CLICOLOR=1
export LSCOLORS=ExFxCxDxBxegedabagacad
export PS1="\e[1;34;40m[\u@\h \W]\$ \e[m "
# Aliases
alias nserver="node ~/node/server.js"
alias ll="ls -al"
alias colors="python colors -t"
alias h5bp="git clone https://github.com/h5bp/html5-boilerplate.git"
# Loaders
[[ -s /Users/coty/.nvm/nvm.sh ]] && . /Users/Coty/.nvm/nvm.sh # This loads NVM
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment