From 76320a63fdda8f0b7d0155882a501a74155c303a Mon Sep 17 00:00:00 2001 From: Bartek Stalewski Date: Sat, 16 Aug 2025 01:18:39 +0200 Subject: [PATCH] (zsh) remove tabs setting --- config/common/zsh/common.zsh | 2 -- 1 file changed, 2 deletions(-) diff --git a/config/common/zsh/common.zsh b/config/common/zsh/common.zsh index 852b8cb..fbb5ac6 100644 --- a/config/common/zsh/common.zsh +++ b/config/common/zsh/common.zsh @@ -13,8 +13,6 @@ if [[ -f "${realhome}/.note" ]]; then echo fi -tabs 2,4,6,8,10,12,14,16,18,20 - # instant prompt should stay on the top if [[ -r "${XDG_CACHE_HOME}/p10k-instant-prompt-${(%):-%n}.zsh" ]]; then source "${XDG_CACHE_HOME}/p10k-instant-prompt-${(%):-%n}.zsh"