-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathzshrc
41 lines (33 loc) · 905 Bytes
/
zshrc
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
# We're in tmux, GO GO GO
export TMPDIR=/tmp/
BASE="$HOME/.dotfiles/zsh/"
source $BASE'key_bindings.zsh'
source $BASE'colors.zsh'
source $BASE'editor.zsh'
source $BASE'aliases.zsh'
source $BASE'path.zsh'
source $BASE'options.zsh'
source $BASE'completion.zsh'
source $BASE'vcs.zsh'
source $BASE'prompt.zsh'
############################
# EXTRAS #
# (non-core functionality) #
############################
source $BASE'homebrew.zsh'
source $BASE'git.zsh'
source $BASE'ruby.zsh'
source $BASE'rails.zsh'
source $BASE'rvm.zsh'
source $BASE'hitch.zsh'
source $BASE'tmuxinator.zsh'
export PATH
trim_path
# Allow for personal additions; for instance, aliases to programs only
# installed by you.
if [[ -s "$HOME/.zshrc_personal" ]]; then
source "$HOME/.zshrc_personal"
fi
# [In]offensive short fortunes, where short means <= 140 chars
# fortune -a -s -n140
# Houston, we have liftoff.