From 86a01bd8e354dc48161d28150cfc5fcda8ed5aad Mon Sep 17 00:00:00 2001 From: Your Name Date: Wed, 2 Apr 2025 15:04:11 +0200 Subject: [PATCH] made entering a distrobox not call fastfetch --- .zshrc | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.zshrc b/.zshrc index 28e7cc6..02f6f68 100755 --- a/.zshrc +++ b/.zshrc @@ -121,10 +121,11 @@ source $ZSH/oh-my-zsh.sh # alias zshconfig="mate ~/.zshrc" # alias ohmyzsh="mate ~/.oh-my-zsh" +if [ -z "${CONTAINER_ID}" ]; then + fastfetch --logo-color-1 red --logo-color-2 red --color red -l ~/Dotfiles/pin.txt + fi -fastfetch --logo-color-1 red --logo-color-2 red --color red -l ~/Dotfiles/pin.txt - export TERM=xterm-256color