/ Published in: Bash
add these lines to end of the ~.bashrc file
Expand |
Embed | Plain Text
export PS1='\[\033[01;31m\]\u\[\033[01;33m\]@\[\033[01;36m\]\h \[\033[01;33m\]\w \[\033[01;35m\]\$ \[\033[00m\]' export LS_OPTIONS="--human --color=always"
You need to login to post a comment.
