diff options
Diffstat (limited to '.bashrc')
| -rw-r--r-- | .bashrc | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -0,0 +1,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> ' |
