Skip to content

Instantly share code, notes, and snippets.

@evilchili
Created November 5, 2010 17:19
Show Gist options
  • Save evilchili/664473 to your computer and use it in GitHub Desktop.
Save evilchili/664473 to your computer and use it in GitHub Desktop.
default bashrc template
# .bashrc defaults
export EDITOR=/usr/bin/vim
export PATH=$PATH:~/bin
export LSCOLORS=Hxfxcxdxbxegedabagacad
export PS1="\[\033[01;33;01m\]\[\033[00;37;01m\]\h:\u\[\033[01;32;01m\] \d \$(date '+%T %Z') \[\033[01;32;01m\] [\[\033[01;37;01m\]$SHLVL\[\033[01;32;01m\]]\n!\!\[\033[01;33;01m\] [ \w ]\[\033[00m\] "
export PS2="\[\033[01;33;40m\] ?\[\033[00m\] "
PROMPT_COMMAND='echo -ne "\033]0;${USER}@${HOSTNAME%%.*}: ${PWD/$HOME/~}\007"'
alias ls='ls -G'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment