aboutsummaryrefslogtreecommitdiffstats
path: root/.bashrc
blob: 1c562832447b42ce09aed65337dfff8965095a58 (plain) (blame)
1
2
3
4
5
6
7
8
#
# ~/.bashrc
#
[[ $- != *i* ]] && return

alias ls='ls --color=auto'
alias grep='grep --color=auto'
PS1='\[\033[1;32m\]\u\[\033[1;37m\]@\[\033[1;32m\]\h\[\033[1;37m\]  \[\033[1;32m\]\W\[\033[1;37m\]> '