2012-02-01 05:37:51 +01:00
|
|
|
#
|
|
|
|
# Sets Oh My Zsh options.
|
|
|
|
#
|
|
|
|
# Authors:
|
|
|
|
# Sorin Ionescu <sorin.ionescu@gmail.com>
|
|
|
|
#
|
|
|
|
|
2011-08-15 03:14:57 +02:00
|
|
|
# Set the key mapping style to 'emacs' or 'vi'.
|
2012-03-28 20:42:34 +02:00
|
|
|
zstyle ':omz:module:editor' keymap 'emacs'
|
2011-12-26 19:37:53 +01:00
|
|
|
|
|
|
|
# Auto convert .... to ../..
|
2012-03-28 20:42:34 +02:00
|
|
|
zstyle ':omz:module:editor' dot-expansion 'no'
|
2011-08-15 03:14:57 +02:00
|
|
|
|
2011-09-05 21:39:37 +02:00
|
|
|
# Set case-sensitivity for completion, history lookup, etc.
|
2011-12-26 19:37:53 +01:00
|
|
|
zstyle ':omz:*:*' case-sensitive 'no'
|
2009-10-07 22:01:52 +02:00
|
|
|
|
2011-12-26 19:37:53 +01:00
|
|
|
# Color output (auto set to 'no' on dumb terminals).
|
|
|
|
zstyle ':omz:*:*' color 'yes'
|
2009-09-24 02:12:19 +02:00
|
|
|
|
2011-09-05 21:39:37 +02:00
|
|
|
# Auto set the tab and window titles.
|
2012-03-30 00:07:37 +02:00
|
|
|
zstyle ':omz:terminal' auto-title 'yes'
|
2011-08-15 03:14:57 +02:00
|
|
|
|
2012-03-30 21:45:44 +02:00
|
|
|
# Set the Zsh modules to load (man zshmodules).
|
2012-03-28 18:41:39 +02:00
|
|
|
# zstyle ':omz:load' zmodule 'attr' 'stat'
|
2012-03-30 21:45:44 +02:00
|
|
|
|
|
|
|
# Set the Zsh functions to load (man zshcontrib).
|
2012-03-28 18:41:39 +02:00
|
|
|
# zstyle ':omz:load' zfunction 'zargs' 'zmv'
|
2012-03-30 21:45:44 +02:00
|
|
|
|
2012-03-28 18:41:39 +02:00
|
|
|
# Set the Oh My Zsh modules to load (browse modules).
|
|
|
|
zstyle ':omz:load' omodule 'archive' 'git'
|
2010-06-03 21:05:12 +02:00
|
|
|
|
2012-01-27 16:14:10 +01:00
|
|
|
# Set the prompt theme to load.
|
2011-07-18 02:15:51 +02:00
|
|
|
# Setting it to 'random' loads a random theme.
|
2011-12-26 19:37:53 +01:00
|
|
|
# Auto set to 'off' on dumb terminals.
|
|
|
|
zstyle ':omz:prompt' theme 'sorin'
|
|
|
|
|
|
|
|
# This will make you shout: OH MY ZSHELL!
|
|
|
|
source "$HOME/.oh-my-zsh/init.zsh"
|
2011-07-18 02:15:51 +02:00
|
|
|
|
2009-09-07 18:11:34 +02:00
|
|
|
# Customize to your needs...
|
2011-06-01 08:48:26 +02:00
|
|
|
|