Skip to content

Instantly share code, notes, and snippets.

@jassriver
Last active October 20, 2022 09:22
Show Gist options
  • Save jassriver/fa1abfc507c5a7784f62ab12a317e92d to your computer and use it in GitHub Desktop.
Save jassriver/fa1abfc507c5a7784f62ab12a317e92d to your computer and use it in GitHub Desktop.
Minha cor favorita do prompt no centos 7 :3

Minha cor favorita do prompt do terminal no Centos 7 xD

PS1='\[\e]0;\u@\h: \w\a\]${debian_chroot:+($debian_chroot)}\[\033[01;31m\]\u\[\033[01;33m\]@\[\033[01;36m\]\h \[\033[01;33m\]\w \[\033[01;35m\]\$ \[\033[00m\]'

Para tornar a cor permante, insira em

/etc/bashrc

(você pode encontrar o diretório verificando o arquivo .bashrc no diretório /root)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment