From c4a4a0a82860c37fbc30a9b249938c9b7012b2eb Mon Sep 17 00:00:00 2001 From: Christoffer Martinsson Date: Sat, 21 Sep 2024 21:07:24 +0200 Subject: [PATCH] Updated script --- config/nvim/init.lua | 2 +- start.sh | 10 ++++++---- 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/config/nvim/init.lua b/config/nvim/init.lua index bcd8de7..012a9b8 100644 --- a/config/nvim/init.lua +++ b/config/nvim/init.lua @@ -54,7 +54,7 @@ vim.o.wrap = true vim.o.foldmethod = "expr" vim.o.foldexpr = "nvim_treesitter#foldexpr()" -vim.o.nofoldenable = true +-- vim.o.nofoldenable = true vim.o.foldlevelstart = 99 -- show cursor line only in active window diff --git a/start.sh b/start.sh index ffa3031..a5d87d2 100755 --- a/start.sh +++ b/start.sh @@ -1,8 +1,10 @@ #!/bin/bash -# Start virtual here client in non-service mode -sudo vhclientx86_64 & -vhclientx86_64 -t LIST -tmux rename-window "BASH" +# Starting virtualhere client in non-service mode +echo "Starting virtualhere client in non-service mode" +tmux new-window -n "VHC" sudo vhclientx86_64 + +# Creating scratch window +tmux new-window -n "BASH" # Check if the projects directory exists, if not create it if [ ! -d ~/projects ]; then