Created
April 28, 2015 17:49
-
-
Save gyulalaszlo/6f115d1525559c1b8636 to your computer and use it in GitHub Desktop.
Birx zsh theme for Oh-my-zsh
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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