powerline, fonts
This commit is contained in:
parent
38a8bca89c
commit
d8585b25bd
7 changed files with 10 additions and 22 deletions
|
@ -1,4 +1,4 @@
|
|||
set prompt_sep \ue0bc
|
||||
set prompt_sep \ue0b0
|
||||
set prompt_bang \n\ (set_color brred)\u266a\
|
||||
set git_sign \ue0a0
|
||||
set color_fg brwhite
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
function prompt.user
|
||||
if test -n "$SSH_CLIENT" || string match -qe root "$USER"
|
||||
if test -n "$SSH_CONNECTION" || string match -qe root "$USER"
|
||||
prompt.add black $USER@$hostname
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue