init repo
This commit is contained in:
commit
9a525dadfc
39 changed files with 2709 additions and 0 deletions
7
users/home-manager/wezterm/lua/fn.lua
Normal file
7
users/home-manager/wezterm/lua/fn.lua
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
return {
|
||||
---Check whether the current os is windows
|
||||
---@return boolean whether the current os is windows
|
||||
is_windows = function()
|
||||
return require("wezterm").target_triple:find("windows") ~= nil
|
||||
end,
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue