Skip to content

Instantly share code, notes, and snippets.

@mabrizio
Last active August 29, 2015 13:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mabrizio/9497831 to your computer and use it in GitHub Desktop.
Save mabrizio/9497831 to your computer and use it in GitHub Desktop.
Bash Profile
export CLICOLOR=1
export LSCOLORS=gxBxhxDxfxhxhxhxhxcxcx
# green, bold[reset, now, green, bold]reset, bold, pwd:>
export PS1="\[\e[01;32m\]\[\e[1m\][\[\e[0m\]\t\[\e[01;32m\]\[\e[1m\]]\[\e[0m\]\[\e[1m\] \w:>\[\e[0m\] "
# Ctrl w, al estilo tcsh
stty werase undef
bind '"\C-w":backward-kill-word'
# Colorful grep
export GREP_OPTIONS='--color=always'
export GREP_COLOR='1;35;40'
@mabrizio
Copy link
Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment