mirror of
https://github.com/elkowar/dots-of-war.git
synced 2024-12-25 05:42:22 +00:00
Fix prompt
This commit is contained in:
parent
de0d8cd9c0
commit
c8ad0659a7
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ git_status() {
|
||||||
|
|
||||||
function _my_prompt() {
|
function _my_prompt() {
|
||||||
|
|
||||||
echo -n "╭───"
|
echo -n "%F{$__bright_white}╭───"
|
||||||
echo -n "%F{$__bright_cyan}$USER"
|
echo -n "%F{$__bright_cyan}$USER"
|
||||||
echo -n "%F{$__bright_white} in"
|
echo -n "%F{$__bright_white} in"
|
||||||
echo -n "%F{$__bright_green} $(dir)"
|
echo -n "%F{$__bright_green} $(dir)"
|
||||||
|
|
Loading…
Reference in a new issue