We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8ab3b39 commit c10c714Copy full SHA for c10c714
.wezterm.lua
@@ -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
@@ -1,5 +1,5 @@
#!/bin/bash
-dotfiles=".ackrc .bashrc .gitconfig .hgrc .histories .profile .spacemacs .synergy.conf .tmux.conf .vimrc .xonshrc"
+dotfiles=".ackrc .bashrc .gitconfig .hgrc .histories .profile .spacemacs .synergy.conf .tmux.conf .vimrc .wezterm.lua .xonshrc"
cd $HOME
for f in $dotfiles; do
5
ln -sf dotfiles/$f;
0 commit comments