carmelyne (owner)

Revisions

gist: 60440 Download_button fork
public
Public Clone URL: git://gist.github.com/60440.git
Embed All Files: show embed
Colorize Bash #
1
2
3
4
5
#############
# Colors #
#############
# Set prompt: " username@hostname/directory/tree $ " (with colors)
export PS1=" \[\e[32;1m\]\u\[\e[0m\]\[\e[32m\]@\h\[\e[36m\]\w \[\e[33m\]\$ \[\e[0m\]"