forked from ryanb/dotfiles
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathzshrc
More file actions
39 lines (24 loc) · 574 Bytes
/
zshrc
File metadata and controls
39 lines (24 loc) · 574 Bytes
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
# WELCOME
date
# ANTIGEN
source ~/Code/dotfiles/antigen/antigen.zsh
antigen use oh-my-zsh
antigen bundle golang
antigen bundle git
antigen bundle zsh-users/zsh-syntax-highlighting
antigen bundle z
antigen bundle command-not-found
antigen bundle copyfile
antigen bundle colored-man-pages
antigen bundle vundle
antigen theme gnzh
antigen apply
###### GOLANG
export GOPATH=~/go
export PATH=$PATH:$GOROOT/bin::$GOPATH/bin
###### EDITORS
export EDITOR=vim
###### JUMPLIST
. /usr/local/bin/z.sh
###### PATHS
export LD_LIBRARY_PATH=${LD_LIBRARY_PATH}:/usr/local/lib