Change prompt, replace ➣ and ✰ with a space

main
Buddy Sandidge 11 years ago
parent 956b9ef1d2
commit 0190b8beca

@ -1,10 +1,10 @@
#!/usr/bin/env bash #!/usr/bin/env bash
# display hostname # display hostname
PS1="\[$green\]"'\u'"\[$yellow\]" PS1="\[$green\]"'\u'"\[$yellow\] "
PS1="$PS1\[$(_hostname-color)\]"'$(_hostname-show)'"" 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

Loading…
Cancel
Save