edit tmux launching, fix nvim config on linux

This commit is contained in:
Mira 2025-12-21 10:18:05 -05:00
parent 3de861c2a0
commit a6289318cf
2 changed files with 2 additions and 2 deletions

View file

@ -8,7 +8,7 @@ checkCommand(){
} }
# If you have zellij installed, this will auto start it # If you have zellij installed, this will auto start it
if [ -z "$TMUX" ] && checkCommand tmux; then if [ -z "$TMUX" ] && checkCommand tmux; then
exec tmux new -As0 exec tmux #new -As0 # uncomment this part if you want to auto attach to your last session
fi fi
# Speed up shell load on WSL # Speed up shell load on WSL
OLDPATH=$PATH OLDPATH=$PATH

@ -1 +1 @@
Subproject commit 154001034d30fe85b56b71deb90d9fa466fbddda Subproject commit 23c86b37763f3662b40cbce638bacc8791894c41