fix
This commit is contained in:
parent
c17e59bf17
commit
c8bcb7747c
9 changed files with 22 additions and 20 deletions
2
.gvimrc
2
.gvimrc
|
|
@ -4,6 +4,8 @@ winsize 115 45
|
|||
set guifont=Inconsolata\ 12
|
||||
set guioptions-=L
|
||||
set guioptions-=r
|
||||
set guioptions-=T
|
||||
set guioptions+=c
|
||||
|
||||
if has("gui_macvim")
|
||||
set fuoptions=maxvert,maxhorz
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
Subproject commit 77fe79056f2c2aaf0e87bf3ccea8a73f51a096a7
|
||||
Subproject commit ce15d1acdad51c3bdb9d7537f0fd36bcf9685e32
|
||||
|
|
@ -1 +1 @@
|
|||
Subproject commit d30099cac79dfdbc4a16d8279c5a2304b1494b2c
|
||||
Subproject commit 8866bbc0e18a981889b3431790caf47432f38cf4
|
||||
|
|
@ -1 +1 @@
|
|||
Subproject commit c504654f37adbeeebc31796eea3ba828429dfb40
|
||||
Subproject commit 6118864a4d84521028e8079317f838cef1c32869
|
||||
|
|
@ -1 +1 @@
|
|||
Subproject commit 40d05ace57fb51cc2c2b2e9eb81c4832ed291630
|
||||
Subproject commit eaf19734e73dbaa5b30f10591079043b0eba0aab
|
||||
|
|
@ -1 +1 @@
|
|||
Subproject commit 78f345bab3865159596ffeeaaffd580e82716edd
|
||||
Subproject commit 6f214cbb6d42256031aaa9670cf9ea7358e18431
|
||||
|
|
@ -1 +1 @@
|
|||
Subproject commit f6d93b8788b57990a2669b2408004c0086d6a878
|
||||
Subproject commit 4c7e649efba289df0e7e8bb9abfa37f95b28f8ed
|
||||
|
|
@ -1 +1 @@
|
|||
Subproject commit 989ad9b0fba141806175248f30c383957bfd89df
|
||||
Subproject commit 935184bd1806e37c1e3319c7f7f3ae94ef5a5313
|
||||
26
.zshrc
26
.zshrc
|
|
@ -23,19 +23,19 @@ bindkey -e
|
|||
|
||||
|
||||
export DISTCC_HOSTS='hyades01 hyades02 hyades03 hyades04'
|
||||
if [[ "$GOROOT" == "" ]]; then
|
||||
export GOROOT=$HOME/local/go
|
||||
export GOARCH=amd64
|
||||
export GOOS=linux
|
||||
case `uname` in
|
||||
Darwin)
|
||||
export GOOS=darwin
|
||||
;;
|
||||
FreeBSD)
|
||||
export GOOS=freebsd
|
||||
;;
|
||||
esac
|
||||
fi
|
||||
#if [[ "$GOROOT" == "" ]]; then
|
||||
#export GOROOT=$HOME/local/go
|
||||
#export GOARCH=amd64
|
||||
#export GOOS=linux
|
||||
#case `uname` in
|
||||
#Darwin)
|
||||
#export GOOS=darwin
|
||||
#;;
|
||||
#FreeBSD)
|
||||
#export GOOS=freebsd
|
||||
#;;
|
||||
#esac
|
||||
#fi
|
||||
|
||||
|
||||
setopt prompt_subst
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue