1
0
Fork 0

fish: rename prompt functions

This commit is contained in:
Von Random 2024-09-10 12:22:46 +03:00
parent 2738e8d6a9
commit 584034e053
9 changed files with 27 additions and 27 deletions

View file

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