| ... | ... |
@@ -1,11 +1,11 @@ |
| 1 |
-# Comment |
|
| 1 |
+# Simple theme based on my old zsh settings. |
|
| 2 | 2 |
|
| 3 | 3 |
function get_host {
|
| 4 | 4 |
echo '@'`hostname`'' |
| 5 | 5 |
} |
| 6 | 6 |
|
| 7 |
-RPROMPT='%~$(git_prompt_info)$(get_host)' |
|
| 8 |
-export PS1='> ' |
|
| 7 |
+PROMPT='> ' |
|
| 8 |
+RPROMPT='%~$(git_prompt_info)$(get_host)' |
|
| 9 | 9 |
|
| 10 | 10 |
ZSH_THEME_GIT_PROMPT_DIRTY="%{$fg[yellow]%}✗%{$reset_color%}"
|
| 11 | 11 |
ZSH_THEME_GIT_PROMPT_PREFIX="("
|