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