Skip to content

Commit c10c714

Browse files
committed
Add .wezterm.lua: hide_tab_bar_if_only_one_tab
1 parent 8ab3b39 commit c10c714

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.wezterm.lua

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
local wezterm = require 'wezterm'
2+
local config = wezterm.config_builder()
3+
config.hide_tab_bar_if_only_one_tab = true
4+
return config

install

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/bin/bash
2-
dotfiles=".ackrc .bashrc .gitconfig .hgrc .histories .profile .spacemacs .synergy.conf .tmux.conf .vimrc .xonshrc"
2+
dotfiles=".ackrc .bashrc .gitconfig .hgrc .histories .profile .spacemacs .synergy.conf .tmux.conf .vimrc .wezterm.lua .xonshrc"
33
cd $HOME
44
for f in $dotfiles; do
55
ln -sf dotfiles/$f;

0 commit comments

Comments
 (0)