Skip to content

Commit

Permalink
bashrc fastfetch path dynamic.
Browse files Browse the repository at this point in the history
  • Loading branch information
guruswarupa committed Jul 16, 2024
1 parent 9c85c80 commit a0a6049
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .bashrc
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,10 @@ iatest=$(expr index "$-" i)
#######################################################
# SOURCED ALIAS'S AND SCRIPTS BY zachbrowne.me
#######################################################
if [ -f /usr/bin/fastfetch ]; then
fastfetch
FASTFETCH_PATH=$(which fastfetch 2>/dev/null)

if [ -x "$FASTFETCH_PATH" ]; then
"$FASTFETCH_PATH"
fi

# Source global definitions
Expand Down

0 comments on commit a0a6049

Please sign in to comment.