Skip to content

Commit

Permalink
Update .bashrc
Browse files Browse the repository at this point in the history
Co-authored-by: Jeevitha Kannan K S <ksjeevithakannan123@gmail.com>
  • Loading branch information
guruswarupa and jeevithakannan2 authored Jan 9, 2025
1 parent a0a6049 commit a5ab840
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .bashrc
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a5ab840

Please sign in to comment.