new wezterm width; fix starship character
This commit is contained in:
parent
a3fba249cf
commit
86f059915f
2 changed files with 4 additions and 4 deletions
|
|
@ -12,9 +12,9 @@ in {
|
||||||
local function get_initial_cols_by_hostname()
|
local function get_initial_cols_by_hostname()
|
||||||
local hostname = wezterm.hostname()
|
local hostname = wezterm.hostname()
|
||||||
if hostname == "rotterdam" then
|
if hostname == "rotterdam" then
|
||||||
return 110
|
return 116
|
||||||
elseif hostname == "io" then
|
elseif hostname == "io" then
|
||||||
return 89
|
return 93
|
||||||
else
|
else
|
||||||
return 110
|
return 110
|
||||||
end
|
end
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue