fix paths + tmux

master
Paul Wako 2020-03-22 20:40:33 -04:00
parent f8ea9750b5
commit 3024cde375
1 changed files with 1 additions and 1 deletions

2
bashrc
View File

@ -9,10 +9,10 @@ shopt -s checkwinsize
PS1='${debian_chroot:+($debian_chroot)}\[\033[01;32m\]\u@\h\[\033[00m\]:\[\033[01;34m\]\w\[\033[00m\]\$ '
# Generic exports
if [[ -z $TMUX ]]; then
export GOPATH=$HOME/go
export PATH=$GOPATH/bin:$PATH
export PATH=$HOME/.local/bin:$PATH
if [[ -z $TMUX ]]; then
export TERM='xterm-256color'
else
export TERM='screen-256color'