Skip to content

Instantly share code, notes, and snippets.

@zeuxisoo
Created April 12, 2011 01:44
Show Gist options
  • Save zeuxisoo/914766 to your computer and use it in GitHub Desktop.
Save zeuxisoo/914766 to your computer and use it in GitHub Desktop.
Personal ~/.bashrc config
if [ -f ~/.bashrc ]
then
source ~/.bashrc
fi
bind '"\x1b\x5b\x41":history-search-backward'
bind '"\x1b\x5b\x42":history-search-forward'
alias h='history 25'
alias vi='vim'
alias ll='ls -ls'
alias la='ls -la'
export PS1="\e[0;32m[\u@\h \W]$ \e[m"
export CLICOLOR=1
export LSCOLORS=gxGxFxdxCxegedabagExEx
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment