remove outdated tmux config and fix up zshrc PATH setup

This commit is contained in:
Mike Cugini 2016-11-19 10:45:49 -05:00
parent cef28bb0e2
commit ced6de47e7
2 changed files with 2 additions and 7 deletions

View File

@ -4,9 +4,6 @@ set -g default-terminal "screen-256color"
# increase scrollback
set -g history-limit 10000
# utf8 support
#set-window-option -g utf8 on
# set vim keybindings
setw -g mode-keys vi

6
zshrc
View File

@ -43,9 +43,7 @@ alias la='ls -a'
bindkey '^R' history-incremental-search-backward
# setup paths for Go and Goat
export GOAT_ACTUALGO=/usr/local/go/bin/go
export GOPATH=$HOME/Projects/go
# add Go bin and brew's bin to path
export PATH=$GOPATH/bin:$(brew --prefix)/bin:$PATH
export PATH=$HOME/bin:$GOPATH/bin:$PATH
export PATH=/home/mike/.gem/ruby/2.3.0/bin:$PATH