본문 바로가기

Learning/└◆Linux

bachrc모음

 

export PS1='[\e[31m\u\e[30m[\w]\e[34m\$ '
export PS1='\u[\w]\e[32m\$'
export LS_OPTIONS='--color=auto'
alias ls='ls -alF --color=tty -h'
alias tree='tree -C'
alias pps='ps -ef | head -1 ; ps -ef | grep $1'
alias vi='/usr/bin/vim'
alias grep='grep -i --color'
alias d='cd /test && rm -rf /test/*'
alias df='df -h -T'
alias mountt='mount -T'