mirror of
https://github.com/balkian/dotfiles.git
synced 2025-08-23 16:02:19 +00:00
added home-manager
This commit is contained in:
16
wezterm/.wezterm.lua
Normal file
16
wezterm/.wezterm.lua
Normal file
@@ -0,0 +1,16 @@
|
||||
local wezterm = require 'wezterm'
|
||||
local config = {}
|
||||
|
||||
config.font = wezterm.font 'Iosevka Nerd Font'
|
||||
config.show_tab_index_in_tab_bar = true
|
||||
|
||||
-- wezterm.on('update-right-status', function(window, pane)
|
||||
-- window:set_left_status 'left'
|
||||
-- window:set_right_status 'right'
|
||||
-- end)
|
||||
|
||||
config.use_fancy_tab_bar = true
|
||||
config.show_tabs_in_tab_bar = false
|
||||
config.show_new_tab_button_in_tab_bar = false
|
||||
|
||||
return config
|
Reference in New Issue
Block a user