Skip to content

Commit

Permalink
Update zprezto
Browse files Browse the repository at this point in the history
  • Loading branch information
eatnumber1 committed Feb 20, 2016
1 parent 094d20f commit 5bfb471
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 12 deletions.
25 changes: 14 additions & 11 deletions .zpreztorc
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ zstyle ':prezto:load' pmodule \
#

# Set the key mapping style to 'emacs' or 'vi'.
zstyle ':prezto:module:editor' keymap 'emacs'
zstyle ':prezto:module:editor' key-bindings 'emacs'

# Auto convert .... to ../..
# zstyle ':prezto:module:editor' dot-expansion 'yes'
Expand All @@ -49,7 +49,7 @@ zstyle ':prezto:module:editor' keymap 'emacs'
#

# Ignore submodules when they are 'dirty', 'untracked', 'all', or 'none'.
# zstyle ':prezto:module:git:ignore' submodule 'all'
# zstyle ':prezto:module:git:status:ignore' submodules 'all'

#
# GNU Utility
Expand All @@ -58,13 +58,6 @@ zstyle ':prezto:module:editor' keymap 'emacs'
# Set the command prefix on non-GNU systems.
# zstyle ':prezto:module:gnu-utility' prefix 'g'

#
# Pacman
#

# Set the Pacman frontend.
# zstyle ':prezto:module:pacman' frontend 'yaourt'

#
# History Substring Search
#
Expand All @@ -78,6 +71,13 @@ zstyle ':prezto:module:editor' keymap 'emacs'
# Set the search globbing flags.
# zstyle ':prezto:module:history-substring-search' globbing-flags ''

#
# Pacman
#

# Set the Pacman frontend.
# zstyle ':prezto:module:pacman' frontend 'yaourt'

#
# Prompt
#
Expand All @@ -98,8 +98,11 @@ zstyle ':prezto:module:prompt' theme 'walters'
# Screen
#

# Auto start a session when Zsh is launched.
# zstyle ':prezto:module:screen' auto-start 'yes'
# Auto start a session when Zsh is launched in a local terminal.
# zstyle ':prezto:module:screen:auto-start' local 'yes'

# Auto start a session when Zsh is launched in a SSH connection.
# zstyle ':prezto:module:screen:auto-start' remote 'yes'

#
# SSH
Expand Down

0 comments on commit 5bfb471

Please sign in to comment.