From bfc83629598ae6519a568e9189ad62711f1ff032 Mon Sep 17 00:00:00 2001 From: The_miro Date: Wed, 2 Apr 2025 21:14:01 +0200 Subject: [PATCH] fixed alpine distrobox shell launching with a grep error --- .zshrc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.zshrc b/.zshrc index 2f21b61..b9e55ab 100755 --- a/.zshrc +++ b/.zshrc @@ -1,3 +1,4 @@ +if [ "${CONTAINER_ID}" != "alpine" ]; then #source ~/.bash_profile # If you come from bash you might have to change your $PATH. # export PATH=$HOME/bin:$HOME/.local/bin:/usr/local/bin:$PATH @@ -120,7 +121,7 @@ source $ZSH/oh-my-zsh.sh # Example aliases # alias zshconfig="mate ~/.zshrc" # alias ohmyzsh="mate ~/.oh-my-zsh" - +fi if [ -z "${CONTAINER_ID}" ]; then fastfetch --logo-color-1 red --logo-color-2 red --color red -l ~/Dotfiles/pin.txt fi