Skip to content

Instantly share code, notes, and snippets.

@ScottJWalter
Last active January 28, 2024 05:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ScottJWalter/4f00e033d23876e1b637b96fb7c25a88 to your computer and use it in GitHub Desktop.
Save ScottJWalter/4f00e033d23876e1b637b96fb7c25a88 to your computer and use it in GitHub Desktop.
starship clink config on windows
function starship_transient_rprompt_func(prompt)
return io.popen("starship module time"):read("*a")
end
load(io.popen('starship init cmd'):read("*a"))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment