1
0
Fork 0
vdotfiles/cli/.config/fish/functions/fish_prompt.user.fish

6 lines
152 B
Fish
Raw Permalink Normal View History

2024-09-10 12:22:46 +03:00
function fish_prompt.user
2023-06-19 18:34:20 +03:00
if test -n "$SSH_CONNECTION" || string match -qe root "$USER"
2024-09-10 12:22:46 +03:00
fish_prompt.add $USER@$hostname brblack
2023-06-19 14:19:03 +03:00
end
end