Skip to content

Commit

Permalink
uses nosyjoe theme instead of philipp after renaming
Browse files Browse the repository at this point in the history
  • Loading branch information
nosyjoe committed Apr 17, 2017
1 parent d3211c1 commit d204f84
Showing 1 changed file with 1 addition and 19 deletions.
20 changes: 1 addition & 19 deletions runcoms/zpreztorc
Original file line number Diff line number Diff line change
Expand Up @@ -42,13 +42,6 @@ zstyle ':prezto:load' pmodule \
'fasd' \
'iterm'

#
# Autosuggestions
#

# Set the query found color.
# zstyle ':prezto:module:autosuggestions:color' found ''

#
# Editor
#
Expand All @@ -59,9 +52,6 @@ zstyle ':prezto:module:editor' key-bindings 'emacs'
# Auto convert .... to ../..
# zstyle ':prezto:module:editor' dot-expansion 'yes'

# Allow the zsh prompt context to be shown.
#zstyle ':prezto:module:editor' ps-context 'yes'

#
# Git
#
Expand Down Expand Up @@ -105,7 +95,7 @@ zstyle ':prezto:module:git:log:oneline' format '%Cred%h%Creset - %Cgreen(%cD)%Cr
# Set the prompt theme to load.
# Setting it to 'random' loads a random theme.
# Auto set to 'off' on dumb terminals.
zstyle ':prezto:module:prompt' theme 'philipp'
zstyle ':prezto:module:prompt' theme 'nosyjoe'

#
# Ruby
Expand Down Expand Up @@ -141,7 +131,6 @@ zstyle ':prezto:module:ssh:load' identities 'id_rsa'
# 'main' \
# 'brackets' \
# 'pattern' \
# 'line' \
# 'cursor' \
# 'root'
#
Expand All @@ -150,10 +139,6 @@ zstyle ':prezto:module:ssh:load' identities 'id_rsa'
# 'builtin' 'bg=blue' \
# 'command' 'bg=blue' \
# 'function' 'bg=blue'
#
# Set syntax pattern styles.
# zstyle ':prezto:module:syntax-highlighting' pattern \
# 'rm*-rf*' 'fg=white,bold,bg=red'

#
# Terminal
Expand All @@ -168,9 +153,6 @@ zstyle ':prezto:module:terminal:window-title' format '%n@%m: %s'
# Set the tab title format.
zstyle ':prezto:module:terminal:tab-title' format '%m: %s'

# Set the terminal multiplexer title format.
# zstyle ':prezto:module:terminal:multiplexer-title' format '%s'

#
# Tmux
#
Expand Down

0 comments on commit d204f84

Please sign in to comment.