From 310e18fe2394359f89625bb675c4fa9fa53cd046 Mon Sep 17 00:00:00 2001 From: Kitty Fangs Date: Thu, 9 May 2024 17:24:38 +0000 Subject: [PATCH] feat: added CMD starship init --- home/AppData/starship.lua | 1 + 1 file changed, 1 insertion(+) create mode 100644 home/AppData/starship.lua diff --git a/home/AppData/starship.lua b/home/AppData/starship.lua new file mode 100644 index 0000000..945163a --- /dev/null +++ b/home/AppData/starship.lua @@ -0,0 +1 @@ +load(io.popen('starship init cmd'):read("*a"))() \ No newline at end of file