Skip to content

Commit

Permalink
Correct alphabetical order in zprestorc
Browse files Browse the repository at this point in the history
  • Loading branch information
newtonne authored and indrajitr committed Aug 13, 2018
1 parent f2042a2 commit 66487c9
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions runcoms/zpreztorc
Original file line number Diff line number Diff line change
Expand Up @@ -124,13 +124,6 @@ zstyle ':prezto:module:prompt' theme 'sorin'
# return codes. This is not supported by all prompts.
# zstyle ':prezto:module:prompt' show-return-val 'yes'

#
# Ruby
#

# Auto switch the Ruby version on directory change.
# zstyle ':prezto:module:ruby:chruby' auto-switch 'yes'

#
# Python
#
Expand All @@ -141,6 +134,13 @@ zstyle ':prezto:module:prompt' theme 'sorin'
# Automatically initialize virtualenvwrapper if pre-requisites are met.
# zstyle ':prezto:module:python:virtualenv' initialize 'yes'

#
# Ruby
#

# Auto switch the Ruby version on directory change.
# zstyle ':prezto:module:ruby:chruby' auto-switch 'yes'

#
# Screen
#
Expand Down

0 comments on commit 66487c9

Please sign in to comment.