6 lines
187 B
Text
6 lines
187 B
Text
new_tab nvim
|
|
cd ~/dev/sTodo
|
|
launch bash -c "nix-shell --impure --command \"nvim -c \\\"lua require('persistence').load()\\\" .\""
|
|
new_tab terminal
|
|
cd ~/dev/sTodo
|
|
launch bash -c nix-shell
|