Last active
January 21, 2017 20:07
-
-
Save beacrea/8351968 to your computer and use it in GitHub Desktop.
My current bash profile.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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