(zsh) set tabs for showing files better

This commit is contained in:
Bartek Stalewski 2025-07-21 22:17:55 +02:00
parent c3152fb088
commit 36864c2216
No known key found for this signature in database

View file

@ -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"