-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathzshrc
35 lines (27 loc) · 824 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
source ~/dotfiles/antigen/antigen.zsh
antigen use oh-my-zsh
antigen bundle git
antigen bundle git-extras
antigen bundle git-prompt
antigen bundle rake-fast
antigen bundle rake
antigen bundle ruby
antigen bundle rbenv
antigen bundle tmux
antigen bundle brew
antigen bundle brew-cask
antigen bundle heroku
antigen bundle pip
antigen bundle lein
antigen bundle command-not-found
antigen bundle history-substring-search
antigen bundle zsh-users/zsh-syntax-highlighting
antigen bundle zsh-users/zsh-completions
antigen bundle chrissicool/zsh-256color
antigen theme halfo/lambda-mod-zsh-theme lambda-mod
antigen apply
alias vim=nvim
if which rbenv > /dev/null; then eval "$(rbenv init -)"; fi
export EDITOR='vim'
export PATH="./bin:$HOME/bin:$PATH"
export PATH="$PATH:/Applications/Postgres.app/Contents/Versions/9.4/bin"