wezterm: window titlebar; zsh: branch name length
This commit is contained in:
parent
3b88a90f78
commit
5b49260645
2 changed files with 3 additions and 3 deletions
|
@ -5,7 +5,7 @@ printf -v PROMPT4 $prompt_fmtn '+%N:%i'
|
||||||
|
|
||||||
prompt_wt="$USERNAME@$HOST"
|
prompt_wt="$USERNAME@$HOST"
|
||||||
prompt_fifo=~/.zsh_gitstatus_$$
|
prompt_fifo=~/.zsh_gitstatus_$$
|
||||||
prompt_blimit=12
|
prompt_blimit=50
|
||||||
typeset -A prompt_symbols=(
|
typeset -A prompt_symbols=(
|
||||||
sep_a $'\ue0b0'
|
sep_a $'\ue0b0'
|
||||||
ellipsis $'\u2026'
|
ellipsis $'\u2026'
|
||||||
|
|
|
@ -28,9 +28,9 @@ cfg.font_size = fn.set_by_os{
|
||||||
}
|
}
|
||||||
|
|
||||||
-- visuals
|
-- visuals
|
||||||
cfg.window_decorations = 'INTEGRATED_BUTTONS|RESIZE'
|
cfg.window_decorations = 'RESIZE'
|
||||||
cfg.xcursor_theme = 'Adwaita'
|
cfg.xcursor_theme = 'Adwaita'
|
||||||
cfg.use_fancy_tab_bar = true
|
cfg.use_fancy_tab_bar = false
|
||||||
cfg.hide_tab_bar_if_only_one_tab = false
|
cfg.hide_tab_bar_if_only_one_tab = false
|
||||||
cfg.show_new_tab_button_in_tab_bar = false
|
cfg.show_new_tab_button_in_tab_bar = false
|
||||||
cfg.tab_max_width = 128
|
cfg.tab_max_width = 128
|
||||||
|
|
Loading…
Reference in a new issue