Added dots.bat script for installing and pulling Added clink config for cmd Removed auto-split on start in nvim Added guifont in nvim Added workaround for shellpipe in nvim
4 lines
67 B
Lua
4 lines
67 B
Lua
-- Load starship
|
|
|
|
load(io.popen('starship init cmd'):read("*a"))()
|