diff --git a/bash/bashrc b/bash/bashrc index a94a0a119..b8825f4f4 100644 --- a/bash/bashrc +++ b/bash/bashrc @@ -111,3 +111,7 @@ fi source "$HOME/.cargo/env" source ~/perl5/perlbrew/etc/bashrc . "$HOME/.cargo/env" + +if [[ -n "$(which neofetch 2> /dev/null)" ]]; then + neofetch +fi diff --git a/bash/bashrc.distrobox b/bash/bashrc.distrobox index 2ae2754ff..5f7140775 100644 --- a/bash/bashrc.distrobox +++ b/bash/bashrc.distrobox @@ -3,4 +3,3 @@ export DISTROBOX=$(grep -oP "(?<=name=\")[^\";]+" /run/.containerenv) export SSH_AUTH_SOCK="$HOME/.spool/ssh-agent.sock" HISTFILE="${HISTFILE}.$DISTROBOX" -neofetch