Skip to content

Instantly share code, notes, and snippets.

@Shurlow
Created May 19, 2015 19:31
Show Gist options
  • Save Shurlow/f68cfb59e2b29ebf6f83 to your computer and use it in GitHub Desktop.
Save Shurlow/f68cfb59e2b29ebf6f83 to your computer and use it in GitHub Desktop.
my bash prof
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