/neat

Minimal zsh prompt

Primary LanguageShellMIT LicenseMIT

neat

Minimal zsh prompt inspired by odin and pure

Install

npm

npm install -g neat-prompt

and add neat to plugin list in your .zshrc:

plugins=(neat)

Manually

Clone this repo and append next line to your .zshrc:

source neat/neat.zsh

Indicators

Prompt git and other indicators:

  • — untracked files in repo
  • — files added
  • — modified files
  • — deleted files
  • — renamed files
  • — unmerged files
  • — repo is ahead of current branch
  • — repo is behind
  • — discharged battery indicator

License

MIT