Updated script
This commit is contained in:
parent
9399c20b32
commit
c4a4a0a828
@ -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
|
||||
|
||||
10
start.sh
10
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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user