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:
Matan Kushner
2019-04-17 08:38:36 -07:00
committed by GitHub
parent 2017bcfc7a
commit c5b9f39b92
3 changed files with 30 additions and 5 deletions
+3
View File
@@ -0,0 +1,3 @@
function fish_prompt
starship $status
end
+1
View File
@@ -0,0 +1 @@
PROMPT='$(starship $?)'