From 7380153c22a2d7b0f2f1d8cfe6952bb8115b47d0 Mon Sep 17 00:00:00 2001 From: Andrew Coleman Date: Thu, 23 Mar 2023 13:54:06 -0400 Subject: [PATCH] use retro tab bar and remove just completions in favor of generic nix zsh completions --- setup-mac.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup-mac.sh b/setup-mac.sh index 10e4f20..a4936a4 100755 --- a/setup-mac.sh +++ b/setup-mac.sh @@ -138,6 +138,7 @@ config.color_scheme = 'One Light (base16)' config.window_background_opacity = 0.9 config.initial_rows = 30 config.initial_cols = 120 +config.use_fancy_tab_bar = false return config EOF @@ -236,7 +237,6 @@ AUTO_FILE="$HOME/.zshrc.auto" echo > "$AUTO_FILE" atuin init zsh >> "$AUTO_FILE" direnv hook zsh >> "$AUTO_FILE" -#just --completions zsh >> "$AUTO_FILE" starship init zsh --print-full-init >> "$AUTO_FILE" zoxide init zsh >> "$AUTO_FILE"