Update .bashrc

Co-authored-by: Jeevitha Kannan K S <ksjeevithakannan123@gmail.com>
This commit is contained in:
Guru Swarupa
2025-01-09 11:10:49 +05:30
committed by GitHub
parent a0a6049535
commit a5ab8404e2

View File

@@ -4,10 +4,8 @@ iatest=$(expr index "$-" i)
#######################################################
# SOURCED ALIAS'S AND SCRIPTS BY zachbrowne.me
#######################################################
FASTFETCH_PATH=$(which fastfetch 2>/dev/null)
if [ -x "$FASTFETCH_PATH" ]; then
"$FASTFETCH_PATH"
if command -v fastfetch 2>/dev/null; then
fastfetch
fi
# Source global definitions