0.1.5 • Published 4 years ago

@jacobwgillespie/prompt v0.1.5

Weekly downloads
1
License
MIT
Repository
github
Last release
4 years ago

@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/prompt

ZSH

Add the following to your .zshrc:

eval "$(prompt init zsh)"

Fish

Add the following to your ~/.config/fish/config.fish:

prompt init fish | source

Bash

Add the following to your .bash_profile:

eval "$(prompt init bash)"

License

MIT License, see LICENSE.

0.1.5

4 years ago

0.1.4

5 years ago

0.1.3

5 years ago

0.1.2

5 years ago

0.1.0

5 years ago