1
0
Fork 0

powerline, fonts

This commit is contained in:
Von Random 2023-06-19 18:34:20 +03:00
parent 38a8bca89c
commit d8585b25bd
7 changed files with 10 additions and 22 deletions

View file

@ -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