re-enabled tmux autostart
This commit is contained in:
parent
8fbfa42ed3
commit
b290c3ba6c
1 changed files with 3 additions and 3 deletions
|
@ -191,9 +191,9 @@ export VISUAL=$EDITOR
|
|||
export PAGER='less'
|
||||
export SHELL='/bin/zsh'
|
||||
|
||||
#if [[ ! $(tmux ls) ]] 2> /dev/null; then
|
||||
# tmux new -s λ
|
||||
#fi
|
||||
if [[ ! $(tmux ls) ]] 2> /dev/null; then
|
||||
tmux new -s λ
|
||||
fi
|
||||
#####################
|
||||
# COLORING #
|
||||
#####################
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue