This website requires JavaScript.
Explore
Help
Sign In
maulerant
/
dotfiles
Watch
1
Star
0
Fork
You've already forked dotfiles
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
main
dotfiles
/
home
/
AppData
/
Local
/
clink
/
starship.lua
1 line
48 B
Lua
Raw
Permalink
Normal View
History
Unescape
Escape
feat: added CMD starship init
2024-05-09 17:24:38 +00:00
load
(
io.popen
(
'
starship init cmd
'
)
:
read
(
"
*a
"
)
)
(
)