Xinqi Bao's Git

e32561d3efb175fd33d59a5a4e7c14f1dca57e22
[dotfiles.git] / .bashrc
1 #
2 # ~/.bashrc
3 #
4
5 # If not running interactively, don't do anything
6 [[ $- != *i* ]] && return
7
8 alias ls='ls --color=auto'
9 alias ll='ls --color=auto -lhrt'
10
11 export PS1="[\[\e[36;1m\]\u@\h \[\e[32;1m\]\w\[\e[m\]]\[\e[33m\](\$(git branch 2>/dev/null | grep '^*' | colrm 1 2))\n\[\e[m\]~~~>\$ "
12
13 export EDITOR=vim
14
15 export TERM=xterm-256color