comparison oh-my-zsh @ 0:8b245298349a

zsh environment - initial import
author Dirk Olmes <dirk@xanthippe.ping.de>
date Mon, 28 Nov 2011 12:36:49 +0100
parents
children d31291a406ed
comparison
equal deleted inserted replaced
-1:000000000000 0:8b245298349a
1 # Path to your oh-my-zsh configuration.
2 ZSH=$HOME/.oh-my-zsh
3
4 # Set name of the theme to load.
5 # Look in ~/.oh-my-zsh/themes/
6 # Optionally, if you set this to "random", it'll load a random theme each
7 # time that oh-my-zsh is loaded.
8 #ZSH_THEME="robbyrussell"
9 #ZSH_THEME="random"
10
11 # Set to this to use case-sensitive completion
12 # CASE_SENSITIVE="true"
13
14 # Comment this out to disable weekly auto-update checks
15 # DISABLE_AUTO_UPDATE="true"
16
17 # Uncomment following line if you want to disable colors in ls
18 DISABLE_LS_COLORS="true"
19
20 # Uncomment following line if you want to disable autosetting terminal title.
21 DISABLE_AUTO_TITLE="true"
22
23 # Uncomment following line if you want red dots to be displayed while waiting for completion
24 # COMPLETION_WAITING_DOTS="true"
25
26 # Which plugins would you like to load? (plugins can be found in ~/.oh-my-zsh/plugins/*)
27 # Example format: plugins=(rails git textmate ruby lighthouse)
28 plugins=(git mercurial python svn)
29
30 source $ZSH/oh-my-zsh.sh
31
32 # Customize to your needs...