johnpoint

johnpoint

(。・∀・)ノ゙嗨
github

Optimize Bash console display

=。=

Made some optimizations to my Ubuntu console window (?)

Because I thought the default Bash was too ugly

Like this

image

And now it looks like this

image

Method#

Modify .bashrc

export PS1="[ \[\033[1;32m\]\W\[\033[0m\]\]\[\033[1;32m\[\033[0m\] ] $ "
alias short='export PS1="[ \[\033[1;32m\]\W\[\033[0m\]\]\[\033[1;32m\[\033[0m\] ] $ "'
alias long='export PS1="[ \[\033[1;33m\]\u \[\033[1;32m\]\w\[\033[0m\] ] $ " '
Loading...
Ownership of this post data is guaranteed by blockchain and smart contracts to the creator alone.