made entering a distrobox not call fastfetch

main
Your Name 2025-04-02 15:04:11 +02:00
parent 5ddc43a61b
commit 86a01bd8e3
1 changed files with 3 additions and 2 deletions

5
.zshrc
View File

@ -121,9 +121,10 @@ source $ZSH/oh-my-zsh.sh
# alias zshconfig="mate ~/.zshrc" # alias zshconfig="mate ~/.zshrc"
# alias ohmyzsh="mate ~/.oh-my-zsh" # 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 fastfetch --logo-color-1 red --logo-color-2 red --color red -l ~/Dotfiles/pin.txt
fi
export TERM=xterm-256color export TERM=xterm-256color