1
0
Files
dotfiles/config/clink/starship.lua
James Bulman a184195a29 Made config vaguely work on Windows
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
2025-09-27 21:52:48 +01:00

4 lines
67 B
Lua

-- Load starship
load(io.popen('starship init cmd'):read("*a"))()