Time to change my prompt

main
Buddy Sandidge 12 years ago
parent e617996326
commit 5258b0bc28

@ -1,9 +1,10 @@
#!/usr/bin/env bash
# display hostname
PS1="\[$(_hostname-color)\]«"'$(_hostname-show)'"»"
PS1="\[$green\]"'\u'"\[$yellow\]✰"
PS1="$PS1\[$(_hostname-color)\]"'$(_hostname-show)'""
# display separator
PS1="$PS1\[$yellow\]"
PS1="$PS1\[$yellow\]"
# display current path
PS1="$PS1\[$green\]\w "
# display git branch
@ -15,4 +16,3 @@ PS1="$PS1\[$black\]\D{%F %I:%M%P} "
# display date
PS1="$PS1\[$color_off\]\nλ "

Loading…
Cancel
Save