Updates while getting new machine set up whatebbs
This commit is contained in:
parent
681f46a964
commit
9420574000
@ -2,8 +2,8 @@
|
|||||||
setw -g mode-keys vi
|
setw -g mode-keys vi
|
||||||
|
|
||||||
# note to self: learn ye a zsh
|
# note to self: learn ye a zsh
|
||||||
set -g default-command /usr/bin/zsh
|
set -g default-command /bin/zsh
|
||||||
set -g default-shell /usr/bin/zsh
|
set -g default-shell /bin/zsh
|
||||||
|
|
||||||
# copy-pasta in a vi-like way
|
# copy-pasta in a vi-like way
|
||||||
unbind [
|
unbind [
|
||||||
|
2
zshrc
2
zshrc
@ -70,7 +70,7 @@ path=(
|
|||||||
eval "$(goenv init -)"
|
eval "$(goenv init -)"
|
||||||
export GOPATH="$HOME/gopath"
|
export GOPATH="$HOME/gopath"
|
||||||
|
|
||||||
CDPATH="$HOME/src:$HOME/repos"
|
CDPATH="$HOME/workspace:$HOME/src:$HOME/repos"
|
||||||
for prefix in github.com code.google.com/p ; do
|
for prefix in github.com code.google.com/p ; do
|
||||||
CDPATH="$HOME/gopath/src/$prefix:$CDPATH"
|
CDPATH="$HOME/gopath/src/$prefix:$CDPATH"
|
||||||
done
|
done
|
||||||
|
Loading…
x
Reference in New Issue
Block a user