forked from filterfish/dotfiles
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.zshrc
28 lines (22 loc) · 989 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
if [ "$PS1" ] ; then
dotfiles=$HOME/.dotfiles
private_dotfiles=$HOME/.dotfiles_private
source $dotfiles/zsh/functions
source_if_exists $dotfiles/zsh/term
source_if_exists $dotfiles/zsh/config
source_if_exists $dotfiles/zsh/vi-bindings
source_if_exists $dotfiles/zsh/key-bindings
source_if_exists $dotfiles/zsh/prompt
source_if_exists $dotfiles/zsh/aliases
source_if_exists $dotfiles/zsh/ruby
source_if_exists $dotfiles/zsh/java
source_if_exists $dotfiles/zsh/cgroup
source_if_exists $dotfiles/zsh/completion
source_if_exists $dotfiles/zsh/config.$(short_hostname)
source_if_exists $private_dotfiles/ec2
[ "$KBD_LAYOUT" = 'colemak' ] && source_if_exists $dotfiles/zsh/colemak
fi
export RUBYLIB=$HOME/omf/omf-web/ruby/:$HOME/omf/omf-oml/ruby/:$HOME/omf/omf-common/ruby/:$HOME/omf/omf-expctl/ruby/
export DEBFULLNAME="Jack C Hong"
export [email protected]
[[ -s "$HOME/.rvm/scripts/rvm" ]] && . "$HOME/.rvm/scripts/rvm" # Load RVM function