aboutsummaryrefslogtreecommitdiffstats
path: root/.bashrc
blob: 8a1b4fcee5dd167c5bb65b780d2aebf575ebf735 (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> '