remove outdated tmux config and fix up zshrc PATH setup
This commit is contained in:
parent
cef28bb0e2
commit
ced6de47e7
@ -4,9 +4,6 @@ set -g default-terminal "screen-256color"
|
|||||||
# increase scrollback
|
# increase scrollback
|
||||||
set -g history-limit 10000
|
set -g history-limit 10000
|
||||||
|
|
||||||
# utf8 support
|
|
||||||
#set-window-option -g utf8 on
|
|
||||||
|
|
||||||
# set vim keybindings
|
# set vim keybindings
|
||||||
setw -g mode-keys vi
|
setw -g mode-keys vi
|
||||||
|
|
||||||
|
6
zshrc
6
zshrc
@ -43,9 +43,7 @@ alias la='ls -a'
|
|||||||
|
|
||||||
bindkey '^R' history-incremental-search-backward
|
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
|
export GOPATH=$HOME/Projects/go
|
||||||
|
|
||||||
# add Go bin and brew's bin to path
|
export PATH=$HOME/bin:$GOPATH/bin:$PATH
|
||||||
export PATH=$GOPATH/bin:$(brew --prefix)/bin:$PATH
|
export PATH=/home/mike/.gem/ruby/2.3.0/bin:$PATH
|
||||||
|
Loading…
Reference in New Issue
Block a user