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
4
dot_config/fish/functions/fish_prompt.emoji.fish
Normal file
4
dot_config/fish/functions/fish_prompt.emoji.fish
Normal file
|
@ -0,0 +1,4 @@
|
|||
function fish_prompt.emoji
|
||||
set emoji \U1f41f \U1f420 \U1f421
|
||||
printf $emoji[(random 1 (count $emoji))]
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue