Update dotfiles to reflect current setup as of 2026-02-23
This commit is contained in:
@@ -1,2 +1,10 @@
|
||||
-- oh-my-posh.lua
|
||||
load(io.popen('oh-my-posh.exe --config="C:/Users/reazul.ashraf/AppData/Local/Programs/oh-my-posh/themes/nordtron.omp.json" --init --shell cmd'):read("*a"))()
|
||||
-- oh-my-posh.lua (cached)
|
||||
local cache_file = "C:/Users/reazul.ashraf/AppData/Local/clink/oh-my-posh_cache.lua"
|
||||
local f = io.open(cache_file, "r")
|
||||
if f then
|
||||
f:close()
|
||||
dofile(cache_file)
|
||||
else
|
||||
-- Fallback if cache is missing
|
||||
load(io.popen('oh-my-posh.exe --config="C:/Users/reazul.ashraf/AppData/Local/clink/nordtron.omp.json" --init --shell cmd'):read("*a"))()
|
||||
end
|
||||
Reference in New Issue
Block a user