edit tmux launching, fix nvim config on linux
This commit is contained in:
parent
17e8488bd4
commit
35c5dfd5ac
2 changed files with 2 additions and 2 deletions
|
@ -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
|
Loading…
Add table
Reference in a new issue