From ced6de47e7b36c3252ab257bfc4622fcfc0b8da4 Mon Sep 17 00:00:00 2001 From: Mike Cugini Date: Sat, 19 Nov 2016 10:45:49 -0500 Subject: [PATCH] remove outdated tmux config and fix up zshrc PATH setup --- tmux.conf | 3 --- zshrc | 6 ++---- 2 files changed, 2 insertions(+), 7 deletions(-) diff --git a/tmux.conf b/tmux.conf index a7422ac..3ea94e1 100644 --- a/tmux.conf +++ b/tmux.conf @@ -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 diff --git a/zshrc b/zshrc index e3ba01d..6a2854e 100644 --- a/zshrc +++ b/zshrc @@ -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