Skip to content

Instantly share code, notes, and snippets.

@gyulalaszlo
Created April 28, 2015 17:49
Show Gist options
  • Save gyulalaszlo/6f115d1525559c1b8636 to your computer and use it in GitHub Desktop.
Save gyulalaszlo/6f115d1525559c1b8636 to your computer and use it in GitHub Desktop.
Birx zsh theme for Oh-my-zsh
# Evan describes this sexy prompt as: "a skinny, topless prompt"
local ret_status="%(?:%{$fg_bold[green]%}➜ :%{$fg_bold[red]%}➜ %s)%{$reset_color%}"
local dir_str="%{$fg[cyan]%}%2~%{$reset_color%}"
PROMPT='${ret_status} %m :: ${dir_str} %B»%b %{$reset_color%}'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment