bump?
This commit is contained in:
parent
ca646be508
commit
a864b0fafa
4 changed files with 33 additions and 96 deletions
|
|
@ -226,7 +226,7 @@ $env.config = {
|
|||
}
|
||||
|
||||
color_config: $dark_theme # if you want a more interesting theme, you can replace the empty record with `$dark_theme`, `$light_theme` or another custom record
|
||||
use_grid_icons: true
|
||||
# use_grid_icons: true
|
||||
footer_mode: 25 # always, never, number_of_rows, auto
|
||||
float_precision: 2 # the precision for displaying floats in tables
|
||||
buffer_editor: null # command that will be used to edit the current line buffer with ctrl+o, if unset fallback to $env.EDITOR and $env.VISUAL
|
||||
|
|
|
|||
|
|
@ -2,9 +2,12 @@ local wezterm = require 'wezterm';
|
|||
local config = {
|
||||
font = wezterm.font 'FiraCode Nerd Font',
|
||||
color_scheme = 'GruvboxDarkHard',
|
||||
|
||||
warn_about_missing_glyphs = false,
|
||||
check_for_updates = false,
|
||||
|
||||
hide_tab_bar_if_only_one_tab = true,
|
||||
|
||||
-- enable_wayland = false,
|
||||
webgpu_power_preference = 'LowPower',
|
||||
front_end = 'WebGpu',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue