Clear errors from experimental sourcing
This commit is contained in:
parent
3ca76c52f8
commit
41ad18f37f
|
@ -119,6 +119,8 @@ fi
|
|||
source "$HOME/.cargo/env"
|
||||
source ~/perl5/perlbrew/etc/bashrc
|
||||
. "$HOME/.cargo/env"
|
||||
# Hide errors
|
||||
clear
|
||||
if [[ -n "$(which fastfetch 2> /dev/null)" ]]; then
|
||||
if [ -n $DISTROBOX ] && [ -e ${HOME}/.dotfiles/fastfetch/${DISTROBOX}.jsonc ]; then
|
||||
fastfetch -C ${HOME}/.dotfiles/fastfetch/${DISTROBOX}.jsonc
|
||||
|
|
Loading…
Reference in New Issue