0.1.5 • Published 6 years ago
@jacobwgillespie/prompt v0.1.5
@jacobwgillespie/prompt
This is my personal terminal prompt, powered by TypeScript. It is subjective and doesn't offer any way to customize the prompt without editing the source.
Architecture
The possible prompt sections are defined in src/sections.ts, and the sections displayed for PROMPT or RPROMPT are defined in src/index.ts.
Installation
$ yarn global add @jacobwgillespie/promptZSH
Add the following to your .zshrc:
eval "$(prompt init zsh)"Fish
Add the following to your ~/.config/fish/config.fish:
prompt init fish | sourceBash
Add the following to your .bash_profile:
eval "$(prompt init bash)"License
MIT License, see LICENSE.