Created
May 19, 2015 19:31
-
-
Save Shurlow/f68cfb59e2b29ebf6f83 to your computer and use it in GitHub Desktop.
my bash prof
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
export PS1='> ' | |
export CLICOLOR=1 | |
export LSCOLORS=ExFxCxDxBxegedabagacad | |
# alias ls="ls -F" | |
alias grep='grep --color=auto' | |
alias e='sublime' | |
alias c="clear" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment