Skip to content

Commit

Permalink
Personal mods.
Browse files Browse the repository at this point in the history
  • Loading branch information
toinehartman committed Sep 28, 2019
1 parent 2873885 commit 10c4c90
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 12 deletions.
31 changes: 19 additions & 12 deletions runcoms/zpreztorc
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,15 @@
#
# Authors:
# Sorin Ionescu <[email protected]>
# Toine Hartman <[email protected]>
#

#
# General
#

# Set case-sensitivity for completion, history lookup, etc.
# zstyle ':prezto:*:*' case-sensitive 'yes'
zstyle ':prezto:*:*' case-sensitive 'yes'

# Color output (auto set to 'no' on dumb terminals).
zstyle ':prezto:*:*' color 'yes'
Expand All @@ -35,7 +36,13 @@ zstyle ':prezto:load' pmodule \
'spectrum' \
'utility' \
'completion' \
'prompt'
'prompt' \
'syntax-highlighting' \
'history-substring-search' \
'node' \
'rsync' \
'git' \
'homebrew'

#
# Autosuggestions
Expand All @@ -57,7 +64,7 @@ zstyle ':prezto:load' pmodule \
#

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

# Auto convert .... to ../..
# zstyle ':prezto:module:editor' dot-expansion 'yes'
Expand Down Expand Up @@ -113,7 +120,7 @@ zstyle ':prezto:module:editor' key-bindings 'emacs'
# 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 'sorin'
zstyle ':prezto:module:prompt' theme 'kylewest'

# Set the working directory prompt display length.
# By default, it is set to 'short'. Set it to 'long' (without '~' expansion)
Expand All @@ -139,7 +146,7 @@ zstyle ':prezto:module:prompt' theme 'sorin'
#

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

#
# Screen
Expand All @@ -164,13 +171,13 @@ zstyle ':prezto:module:prompt' theme 'sorin'

# Set syntax highlighters.
# By default, only the main highlighter is enabled.
# zstyle ':prezto:module:syntax-highlighting' highlighters \
# 'main' \
# 'brackets' \
# 'pattern' \
# 'line' \
# 'cursor' \
# 'root'
zstyle ':prezto:module:syntax-highlighting' highlighters \
'main' \
'brackets' \
'pattern' \
'line' \
'cursor' \
'root'
#
# Set syntax highlighting styles.
# zstyle ':prezto:module:syntax-highlighting' styles \
Expand Down
4 changes: 4 additions & 0 deletions runcoms/zshrc
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,7 @@ if [[ -s "${ZDOTDIR:-$HOME}/.zprezto/init.zsh" ]]; then
fi

# Customize to your needs...
source $HOME/.alias
source $HOME/.profile

setopt NO_NOMATCH

0 comments on commit 10c4c90

Please sign in to comment.