Skip to content

Instantly share code, notes, and snippets.

@vttsmkpt
vttsmkpt / zshrc
Created September 19, 2022 09:55
PROMPT='
%n@%m:%~
%# '
setopt PROMPT_SUBST
RPROMPT='$(git rev-parse --abbrev-ref HEAD 2&>/dev/null)'
setopt HIST_IGNORE_DUPS
setopt HIST_IGNORE_SPACE