mirror of
https://github.com/Matir/skel.git
synced 2026-05-25 21:19:09 -07:00
starship: add shell indicator
This commit is contained in:
@@ -4,7 +4,7 @@ if test -x /opt/homebrew/bin/brew
|
|||||||
end
|
end
|
||||||
|
|
||||||
if command -q starship
|
if command -q starship
|
||||||
source (starship init fish --print-full-init | psub)
|
starship init fish --print-full-init | source
|
||||||
end
|
end
|
||||||
|
|
||||||
# Want this at the bottom to put this path first
|
# Want this at the bottom to put this path first
|
||||||
|
|||||||
@@ -17,3 +17,13 @@ show_always = true
|
|||||||
|
|
||||||
[ruby]
|
[ruby]
|
||||||
detect_variables = []
|
detect_variables = []
|
||||||
|
|
||||||
|
[shell]
|
||||||
|
fish_indicator = ' '
|
||||||
|
zsh_indicator = ''
|
||||||
|
bash_indicator = ''
|
||||||
|
powershell_indicator = '_'
|
||||||
|
unknown_indicator = '??'
|
||||||
|
style = 'cyan bold'
|
||||||
|
disabled = false
|
||||||
|
format = '[$indicator]($style)'
|
||||||
|
|||||||
Reference in New Issue
Block a user