mirror of
https://github.com/Llewellynvdm/starship.git
synced 2025-04-04 08:21:49 +00:00
### Added - A `.zsh-theme` file as an adapter for zsh - Documentation for zsh installation ### Changed - Created an `adapter/` directory for future adapters
4 lines
44 B
Fish
4 lines
44 B
Fish
function fish_prompt
|
|
starship $status
|
|
end
|