diff --git a/lua/alpha/themes/theta.lua b/lua/alpha/themes/theta.lua index 78b643a..de1d00e 100644 --- a/lua/alpha/themes/theta.lua +++ b/lua/alpha/themes/theta.lua @@ -174,7 +174,7 @@ local buttons = { dashboard.button("e", " New file", "ene"), dashboard.button("SPC f f", "󰈞 Find file"), dashboard.button("SPC f g", "󰊄 Live grep"), - dashboard.button("c", " Configuration", "cd stdpath('config')"), + dashboard.button("c", " Configuration", "exe 'cd' stdpath('config')"), dashboard.button("u", " Update plugins", "Lazy sync"), dashboard.button("q", "󰅚 Quit", "qa"), },