mirror of
https://github.com/ChrisTitusTech/mybash.git
synced 2026-04-02 18:48:14 +00:00
bashrc fastfetch path dynamic.
This commit is contained in:
6
.bashrc
6
.bashrc
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user