1
0
Fork 0

fish: colors

This commit is contained in:
Von Random 2023-08-22 02:21:49 +03:00
parent 745c771084
commit de20bf0470
2 changed files with 2 additions and 2 deletions

View file

@ -1,5 +1,5 @@
function prompt.user
if test -n "$SSH_CONNECTION" || string match -qe root "$USER"
prompt.add $USER@$hostname
prompt.add $USER@$hostname brblack
end
end