]> git.rmz.io Git - dotfiles.git/blob - zsh/themes/risto.zsh-theme
add xbindkeysrc
[dotfiles.git] / zsh / themes / risto.zsh-theme
1 # -*- sh -*- vim:set ft=sh ai et sw=4 sts=4:
2 # It might be bash like, but I can't have my co-workers knowing I use zsh
3 PROMPT='%{$fg[green]%}%n@%m:%{$fg_bold[blue]%}%2~ $(git_prompt_info)%{$reset_color%}%(!.#.$) '
4
5 ZSH_THEME_GIT_PROMPT_PREFIX="%{$fg[red]%}‹"
6 ZSH_THEME_GIT_PROMPT_SUFFIX="›%{$reset_color%}"