Aktualizovať ".bashrc"

test
Štefan Bystriansky 7 years ago
parent bd2de67fa5
commit f6306656a0
  1. 3
      .bashrc

@ -128,7 +128,10 @@ fi
#TMUX
if [ -f ~/.tmux.conf ]; then
test -z "$TMUX" && (tmux attach || tmux new-session)
fi
# for go
#if [ -d /opt/go/bin ]; then

Loading…
Cancel
Save