don't break tmux attach ( fixes #54 )

This commit is contained in:
Jorge Morante 2018-08-28 10:30:13 +02:00
parent db6a8c2cc5
commit c665f68caa
2 changed files with 2 additions and 3 deletions

View File

@ -1,3 +1,4 @@
set -g prefix C-a
set -g @fingers-compact-hints '0'
set -g default-terminal 'screen-256color'
run /home/vagrant/shared/tmux-fingers.tmux

View File

@ -3,9 +3,7 @@
CURRENT_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
tmux run -b "$CURRENT_DIR/scripts/health-check.sh"
# tmux run-shell does not have color support
tmux new-session -d "bash --norc --noprofile $CURRENT_DIR/scripts/config.sh"
tmux run -b "bash --norc --noprofile $CURRENT_DIR/scripts/config.sh"
DEFAULT_FINGERS_KEY="F"
FINGERS_KEY=$(tmux show-option -gqv @fingers-key)