From 94205740000acbb8f877cb2af1da70dee101c9f6 Mon Sep 17 00:00:00 2001 From: Dan Buch Date: Thu, 25 Sep 2014 00:14:05 -0400 Subject: [PATCH] Updates while getting new machine set up whatebbs --- tmux.conf | 4 ++-- zshrc | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/tmux.conf b/tmux.conf index 741283b..4eb6cbf 100644 --- a/tmux.conf +++ b/tmux.conf @@ -2,8 +2,8 @@ setw -g mode-keys vi # note to self: learn ye a zsh -set -g default-command /usr/bin/zsh -set -g default-shell /usr/bin/zsh +set -g default-command /bin/zsh +set -g default-shell /bin/zsh # copy-pasta in a vi-like way unbind [ diff --git a/zshrc b/zshrc index 3d7c599..4e55642 100644 --- a/zshrc +++ b/zshrc @@ -70,7 +70,7 @@ path=( eval "$(goenv init -)" 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 CDPATH="$HOME/gopath/src/$prefix:$CDPATH" done