fish: get rid of starship, bring custom prompt back
This commit is contained in:
parent
83bcd5952f
commit
f323956d2b
10 changed files with 97 additions and 2 deletions
5
dot_config/fish/functions/fish_prompt.user.fish
Normal file
5
dot_config/fish/functions/fish_prompt.user.fish
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue