From 3024cde37581a57f990cdedd59217498c72ed161 Mon Sep 17 00:00:00 2001 From: Paul Wako Date: Sun, 22 Mar 2020 20:40:33 -0400 Subject: [PATCH] fix paths + tmux --- bashrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bashrc b/bashrc index 747dda7..5557e3c 100644 --- a/bashrc +++ b/bashrc @@ -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'