mirror of
https://github.com/pojokcodeid/nvim-lazy.git
synced 2025-07-09 17:04:27 +02:00
add: default title tab wezterm
This commit is contained in:
parent
f23060a0f2
commit
73fb95878b
2 changed files with 162 additions and 1 deletions
|
@ -9,7 +9,7 @@ end
|
|||
-- get folder name from current directory
|
||||
local _get_folder_name = function()
|
||||
local str = vim.fn.fnamemodify(vim.fn.getcwd(), ":t")
|
||||
return "My " .. str:lower():gsub("^%l", string.upper)
|
||||
return " " .. str:lower():gsub("^%l", string.upper) .. " "
|
||||
end
|
||||
|
||||
local term_program = vim.fn.getenv("TERM_PROGRAM")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue