guest@dotshare [~/groups/shells/zsh] $ ls Minimalist-Prompt/ | cat

Minimalist Prompt (scrot, raw, dl) (+3 likes)

skam Jun 27, 2015 (shells/zsh)

SCROT

1
2
3
4
5
6
7
8
HISTFILE=~/.histfile
HISTSIZE=1000
SAVEHIST=1000
zstyle :compinstall filename '/home/skam/.zshrc'
autoload -Uz compinit
compinit
PROMPT=" % :  "
RPROMPT="%~   "

CLICK TO VIEW

x

Notes

Nothing special, it’s actually extremely basic. I just like to keep things nice and clean.