diff options
author | Max Gonzih <gonzih@gmail.com> | 2011-06-21 14:53:11 +0300 |
---|---|---|
committer | Max Gonzih <gonzih@gmail.com> | 2011-06-21 14:53:11 +0300 |
commit | 7ef7ffc5ebd21bff4ab8e42989c63ba8204c0e5b (patch) | |
tree | 41933c1d7ae1e933930f4253e5c5dce5ea32b1ae /themes/gnzh.zsh-theme | |
parent | a335e9df9f13a5caa2b83cad9ebcfaa25b748202 (diff) | |
download | zsh-7ef7ffc5ebd21bff4ab8e42989c63ba8204c0e5b.tar.gz zsh-7ef7ffc5ebd21bff4ab8e42989c63ba8204c0e5b.tar.bz2 zsh-7ef7ffc5ebd21bff4ab8e42989c63ba8204c0e5b.zip |
removing useless line
Diffstat (limited to 'themes/gnzh.zsh-theme')
-rw-r--r-- | themes/gnzh.zsh-theme | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/themes/gnzh.zsh-theme b/themes/gnzh.zsh-theme index a984d25fa..357798cf6 100644 --- a/themes/gnzh.zsh-theme +++ b/themes/gnzh.zsh-theme @@ -38,7 +38,6 @@ local current_dir='%{$PR_BOLD$PR_BLUE%}%~%{$PR_NO_COLOR%}' local rvm_ruby='%{$PR_RED%}‹$(rvm-prompt i v g s)›%{$PR_NO_COLOR%}' local git_branch='$(git_prompt_info)%{$PR_NO_COLOR%}' -#PROMPT="${user_host} ${current_dir} ${rvm_ruby} ${git_branch}$PR_PROMPT " PROMPT="╭─${user_host} ${current_dir} ${rvm_ruby} ${git_branch} ╰─$PR_PROMPT " RPS1="${return_code}" |