Last Updated: February 25, 2016
·
4.494K
· chumpy

My zsh prompt (looks good in solarized)

inside .zshrc:

autoload -U colors && colors

PROMPT="%t %{$fg[cyan]%}%?%{$resetcolor%} %{$fg[blue]%}%~%{$resetcolor%} %# "

This makes a clean looking functional prompt in solarized that displays system time, return code of last command, and current working directory.

1 Response
Add your response

cool, any chance of a screenshot?

over 1 year ago ·