Alterar linux de cores prontuoso do shell
vim $HOME/.bashrc
# add this line at the end for a green shell prompt, press G in vim to go to file end
export PS1="\e[0;32m[\u@\h \W]\$ \e[m"
# logout and back in
Clever Capybara