mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-01-23 02:35:38 +01:00
10 lines
314 B
Bash
10 lines
314 B
Bash
# zen.zsh-theme
|
|
#
|
|
# Author: Wojciech Matyskiewicz
|
|
# URL: http://www.matyskiewicz.com/
|
|
# Direct Link: https://github.com/wmatyskiewicz/oh-my-zsh/tree/master/themes/zen.zsh-theme
|
|
#
|
|
# Last modified on: Apr 08, 2013
|
|
|
|
PROMPT="[%*] %n@%m $(git_prompt_info) %(!.#.») "
|
|
RPROMPT='%{$color_full_path%} %~ %{$reset_color%}'
|