mirror of
https://github.com/starship/starship.git
synced 2026-06-22 02:02:12 +07:00
Create and document ZSH adapter (#9)
### Added - A `.zsh-theme` file as an adapter for zsh - Documentation for zsh installation ### Changed - Created an `adapter/` directory for future adapters
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
function fish_prompt
|
||||
starship $status
|
||||
end
|
||||
@@ -0,0 +1 @@
|
||||
PROMPT='$(starship $?)'
|
||||
Reference in New Issue
Block a user