small change to tmux bash script

pull/2/head
polymurph 3 years ago
parent 64e5259fca
commit 731af596ae

@ -4,6 +4,9 @@ dir=$(pwd)
echo $dir
tmux new -s 'git' -d 'fish'
cd $dir/ked/
tmux new -s 'compile' -d 'fish'
tmux new -s 'main' -d 'fish'

Loading…
Cancel
Save