Time to change my prompt

main
Buddy Sandidge 12 years ago
parent e617996326
commit 5258b0bc28

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

Loading…
Cancel
Save