0.1.1 • Published 7 years ago

neat-prompt v0.1.1

Weekly downloads
2
License
MIT
Repository
github
Last release
7 years ago

neat

Minimal zsh prompt inspired by odin and pure

npm.io

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