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
7
dot_config/fish/functions/fish_prompt.bang.fish
Normal file
7
dot_config/fish/functions/fish_prompt.bang.fish
Normal file
|
@ -0,0 +1,7 @@
|
|||
function fish_prompt.bang
|
||||
if ! string match -eq linux $TERM
|
||||
fish_prompt.add \n$bang_symbol\ brblack
|
||||
else
|
||||
fish_prompt.add \n\#\ brred
|
||||
end
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue