mirror of
https://github.com/starship/starship.git
synced 2026-06-22 02:02:12 +07:00
c5b9f39b92
### 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
|