Created
November 5, 2010 17:19
-
-
Save evilchili/664473 to your computer and use it in GitHub Desktop.
default bashrc template
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
# .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