fixed alpine distrobox shell launching with a grep error
parent
e65fa7417b
commit
bfc8362959
3
.zshrc
3
.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
|
||||
|
|
|
|||
Loading…
Reference in New Issue