mirror of
https://github.com/js0ny/dotfiles.git
synced 2025-12-21 00:33:00 +00:00
5 lines
144 B
Fish
5 lines
144 B
Fish
|
|
if command -v starship > /dev/null
|
|
set -gx STARSHIP_CONFIG $DOTFILES/tools/starship/starship_fish.toml
|
|
starship init fish | source
|
|
end
|