From 882d56b81ea8a0b2e81e4b042ec0ad698f692f10 Mon Sep 17 00:00:00 2001 From: Bartek Stalewski Date: Thu, 20 Jun 2024 10:19:48 +0200 Subject: [PATCH] Bug fix. --- config/zsh/.zshrc | 1 - 1 file changed, 1 deletion(-) diff --git a/config/zsh/.zshrc b/config/zsh/.zshrc index 41f1818..af20566 100644 --- a/config/zsh/.zshrc +++ b/config/zsh/.zshrc @@ -38,7 +38,6 @@ if [[ $(command -v vivid) ]]; then else unset LS_COLORS fi -tabs 2 export STARSHIP_CACHE="$XDG_CACHE_HOME"/starship eval "$(STARSHIP_CACHE="$XDG_CACHE_HOME"/starship starship init zsh)"