fixed alpine distrobox shell launching with a grep error

main
The_miro 2025-04-02 21:14:01 +02:00
parent e65fa7417b
commit bfc8362959
1 changed files with 2 additions and 1 deletions

3
.zshrc
View File

@ -1,3 +1,4 @@
if [ "${CONTAINER_ID}" != "alpine" ]; then
#source ~/.bash_profile #source ~/.bash_profile
# If you come from bash you might have to change your $PATH. # If you come from bash you might have to change your $PATH.
# export PATH=$HOME/bin:$HOME/.local/bin:/usr/local/bin:$PATH # export PATH=$HOME/bin:$HOME/.local/bin:/usr/local/bin:$PATH
@ -120,7 +121,7 @@ source $ZSH/oh-my-zsh.sh
# Example aliases # Example aliases
# alias zshconfig="mate ~/.zshrc" # alias zshconfig="mate ~/.zshrc"
# alias ohmyzsh="mate ~/.oh-my-zsh" # alias ohmyzsh="mate ~/.oh-my-zsh"
fi
if [ -z "${CONTAINER_ID}" ]; then 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 fi