From 35c5dfd5accda52e4befc8c73f689b3b5b013f4c Mon Sep 17 00:00:00 2001 From: Mira Date: Thu, 29 Feb 2024 10:50:24 -0500 Subject: [PATCH] edit tmux launching, fix nvim config on linux --- executable_dot_zshrc | 2 +- private_dot_config/external_nvim | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/executable_dot_zshrc b/executable_dot_zshrc index 4b47297..8744901 100644 --- a/executable_dot_zshrc +++ b/executable_dot_zshrc @@ -8,7 +8,7 @@ checkCommand(){ } # If you have zellij installed, this will auto start it 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 # Speed up shell load on WSL OLDPATH=$PATH diff --git a/private_dot_config/external_nvim b/private_dot_config/external_nvim index 1540010..23c86b3 160000 --- a/private_dot_config/external_nvim +++ b/private_dot_config/external_nvim @@ -1 +1 @@ -Subproject commit 154001034d30fe85b56b71deb90d9fa466fbddda +Subproject commit 23c86b37763f3662b40cbce638bacc8791894c41