From 36864c2216befc86688baf1da48ceb1e16c357f6 Mon Sep 17 00:00:00 2001 From: Bartek Stalewski Date: Mon, 21 Jul 2025 22:17:55 +0200 Subject: [PATCH] (zsh) set tabs for showing files better --- config/common/zsh/.zshrc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/config/common/zsh/.zshrc b/config/common/zsh/.zshrc index 8fdaa7f..7ef27b0 100644 --- a/config/common/zsh/.zshrc +++ b/config/common/zsh/.zshrc @@ -7,6 +7,8 @@ if [[ -f "${HOME}/.note" ]]; then echo fi +tabs 2 + # 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"