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 PAGER='less'
|
||||||
export SHELL='/bin/zsh'
|
export SHELL='/bin/zsh'
|
||||||
|
|
||||||
#if [[ ! $(tmux ls) ]] 2> /dev/null; then
|
if [[ ! $(tmux ls) ]] 2> /dev/null; then
|
||||||
# tmux new -s λ
|
tmux new -s λ
|
||||||
#fi
|
fi
|
||||||
#####################
|
#####################
|
||||||
# COLORING #
|
# COLORING #
|
||||||
#####################
|
#####################
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue