(zsh) remove tabs setting

This commit is contained in:
Bartek Stalewski 2025-08-16 01:18:39 +02:00
parent db62f2496e
commit 76320a63fd
No known key found for this signature in database

View file

@ -13,8 +13,6 @@ if [[ -f "${realhome}/.note" ]]; then
echo echo
fi fi
tabs 2,4,6,8,10,12,14,16,18,20
# instant prompt should stay on the top # instant prompt should stay on the top
if [[ -r "${XDG_CACHE_HOME}/p10k-instant-prompt-${(%):-%n}.zsh" ]]; then if [[ -r "${XDG_CACHE_HOME}/p10k-instant-prompt-${(%):-%n}.zsh" ]]; then
source "${XDG_CACHE_HOME}/p10k-instant-prompt-${(%):-%n}.zsh" source "${XDG_CACHE_HOME}/p10k-instant-prompt-${(%):-%n}.zsh"