fish: rename prompt functions
This commit is contained in:
parent
2738e8d6a9
commit
584034e053
9 changed files with 27 additions and 27 deletions
7
cli/.config/fish/functions/fish_prompt.bang.fish
Normal file
7
cli/.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