zshrc 497 Bytes
Newer Older
1
export PAGER=less
2
export ZSH=$HOME/oh-my-zsh
3
4
export LC_CTYPE=en_US.UTF-8

5
6
7
# Load all of the config files in ~/oh-my-zsh that end in .zsh
# TIP: Add files you don't want in git to .gitignore
for i in $ZSH/*zsh; do source $i; done;
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23

# Directory stuff.

setopt AUTO_NAME_DIRS

# Speed stuff.

#setopt NO_BEEP
setopt AUTO_CD
setopt MULTIOS
setopt CDABLEVARS

# Customize to your needs...
export PATH=~/bin:/opt/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/local/sbin:/opt/local/lib/postgresql83/bin