mirror of
https://github.com/Llewellynvdm/starship.git
synced 2024-11-09 23:00:55 +00: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
|