fix paths + tmux
parent
f8ea9750b5
commit
3024cde375
2
bashrc
2
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\]\$ '
|
PS1='${debian_chroot:+($debian_chroot)}\[\033[01;32m\]\u@\h\[\033[00m\]:\[\033[01;34m\]\w\[\033[00m\]\$ '
|
||||||
|
|
||||||
# Generic exports
|
# Generic exports
|
||||||
if [[ -z $TMUX ]]; then
|
|
||||||
export GOPATH=$HOME/go
|
export GOPATH=$HOME/go
|
||||||
export PATH=$GOPATH/bin:$PATH
|
export PATH=$GOPATH/bin:$PATH
|
||||||
export PATH=$HOME/.local/bin:$PATH
|
export PATH=$HOME/.local/bin:$PATH
|
||||||
|
if [[ -z $TMUX ]]; then
|
||||||
export TERM='xterm-256color'
|
export TERM='xterm-256color'
|
||||||
else
|
else
|
||||||
export TERM='screen-256color'
|
export TERM='screen-256color'
|
||||||
|
|
Loading…
Reference in New Issue