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
10
dot_config/fish/conf.d/prompt.fish
Normal file
10
dot_config/fish/conf.d/prompt.fish
Normal file
|
@ -0,0 +1,10 @@
|
|||
set bang_symbol \u276f
|
||||
set kube_symbol \u2388
|
||||
set kube_config "$HOME/.kube/config"
|
||||
set git_symbol \ue0a0
|
||||
set color_git_branch brblack
|
||||
|
||||
# git symbols and colors
|
||||
# [1] unstaged, [2] staged, [3] untracked, [4] conflicts
|
||||
set git_status \~ + ! \*
|
||||
set color_git yellow blue red purple
|
Loading…
Add table
Add a link
Reference in a new issue