Simple and Peaceful Zsh Prompt
A minimalistic Zsh prompt configuration for *nix
systems.
Run git clone https://github.com/cybardev/zen.zsh.git ~/.zsh/zen
Paste the following into .zshrc
:
fpath+="$HOME/.zsh/zen"
autoload -Uz promptinit
promptinit
prompt zen
After installing as above, source ~/.zshrc
or relaunch the terminal to experience Zen
.
Inspired by this post on r/unixporn.