Fixed docs and patched bug in bash profile

This commit is contained in:
aewens
2020-03-30 09:10:46 -06:00
parent 7f931ee393
commit 9ec6561df2
3 changed files with 4 additions and 3 deletions

View File

@@ -16,7 +16,7 @@ PATH="$HOME/bin:$HOME/.local/bin:$PATH"
[[ $- != *i* ]] && return
if [[ -z "$TMUX" ]] ; then
tmux has-session &> /dev/null
tmux has-session -t "one" &> /dev/null
if [ $? -eq 1 ]; then
exec tmux new-session -s "one"
exit