remove outdated tmux config and fix up zshrc PATH setup

master
Mike Cugini 8 years ago
parent cef28bb0e2
commit ced6de47e7
  1. 3
      tmux.conf
  2. 6
      zshrc

@ -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

@ -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

Loading…
Cancel
Save