Browse code

Merge branch 'kardan' of https://github.com/kardan/oh-my-zsh into kardan-kardan

Robby Russell authored on 07/12/2010 at 16:08:22
Showing 1 changed files
1 1
new file mode 100644
... ...
@@ -0,0 +1,12 @@
0
+# Simple theme based on my old zsh settings.
1
+
2
+function get_host {
3
+	echo '@'`hostname`''
4
+}
5
+
6
+PROMPT='> '
7
+RPROMPT='%~$(git_prompt_info)$(get_host)'
8
+
9
+ZSH_THEME_GIT_PROMPT_DIRTY="%{$fg[yellow]%}✗%{$reset_color%}"
10
+ZSH_THEME_GIT_PROMPT_PREFIX="("
11
+ZSH_THEME_GIT_PROMPT_SUFFIX=")"
0 12
\ No newline at end of file