fish: load starship if available
This commit is contained in:
parent
b6a398d649
commit
e5ecd337d9
1 changed files with 4 additions and 0 deletions
|
|
@ -26,4 +26,8 @@ if status is-interactive
|
|||
if type -q eza
|
||||
alias ls=eza
|
||||
end
|
||||
|
||||
if type -q starship
|
||||
starship init fish | source
|
||||
end
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue