aboutsummaryrefslogtreecommitdiff
path: root/ben-prose.zsh-theme
diff options
context:
space:
mode:
authorBen Beltran <ben@nsovocal.com>2014-08-10 17:14:04 -0500
committerBen Beltran <ben@nsovocal.com>2014-08-10 17:14:04 -0500
commita40a5ec5e33473ce65da647d7eda28c8168cd1f6 (patch)
tree58aba8cd07dc371197a40dc759fe84493ac54f93 /ben-prose.zsh-theme
parent150c37fac6c34559f5ae754572e9aaa78dd15eb3 (diff)
Updates the prezto config
Diffstat (limited to 'ben-prose.zsh-theme')
-rw-r--r--ben-prose.zsh-theme31
1 files changed, 0 insertions, 31 deletions
diff --git a/ben-prose.zsh-theme b/ben-prose.zsh-theme
deleted file mode 100644
index dc21546..0000000
--- a/ben-prose.zsh-theme
+++ /dev/null
@@ -1,31 +0,0 @@
-if [ "x$OH_MY_ZSH_HG" = "x" ]; then
- OH_MY_ZSH_HG="hg"
-fi
-
-function rvm_info {
- echo '('`rvm-prompt`') '
-}
-
-function box_name {
- [ -f ~/.box-name ] && cat ~/.box-name || hostname -s
-}
-
-function zle-line-init zle-keymap-select {
- local return_status="%{$fg[red]%}%(?..✘)%{$reset_color%}"
- RPS1="${${KEYMAP/vicmd/-- NORMAL --}/(main|viins)/-- INSERT --}${return_status}%{$reset_color%}"
- RPS2=$RPS1
- zle reset-prompt
-}
-zle -N zle-line-init
-zle -N zle-keymap-select
-
-PROMPT='
-%{$fg[red]%}%n%{$reset_color%} at %{$fg[yellow]%}$(box_name)%{$reset_color%} in %{$fg_bold[green]%}${PWD/#$HOME/~}%{$reset_color%}$(git_prompt_info) %{$fg[black]%}$(rvm_info)%{$reset_color%}
-%(?,,%{${fg_bold[white]}%}[%?]%{$reset_color%} )$ '
-
-ZSH_THEME_GIT_PROMPT_PREFIX=" on %{$fg[blue]%}"
-ZSH_THEME_GIT_PROMPT_SUFFIX="%{$reset_color%}"
-ZSH_THEME_GIT_PROMPT_DIRTY="%{$fg[green]%}!"
-ZSH_THEME_GIT_PROMPT_UNTRACKED="%{$fg[green]%}?"
-ZSH_THEME_GIT_PROMPT_CLEAN=""
-