Skip to content

Instantly share code, notes, and snippets.

View jschomay's full-sized avatar

Jeff Schomay jschomay

View GitHub Profile
@jschomay
jschomay / bash prompt
Last active January 26, 2020 17:42
my bash prompt(heavily borrowed)
# PS1='\[\e[1;92m\]\h: \W\$\[\e[0m\] '
# colorize stuff
export CLICOLOR=1
export LSCOLORS=GxFxCxDxBxegedabagaced
# highlight $HOST:$PWD prompt
# PS1='\[\e[1m\]\h:\W\$\[\e[0m\] '
#PS1="\[\033[35m\]\t\[\033[m\]-\[\033[36m\]\u:\[\033[33;1m\]\W\[\033[m\]\$ "