mirror of
https://github.com/ChrisTitusTech/mybash.git
synced 2026-04-02 10:38:14 +00:00
Update .bashrc
Co-authored-by: Jeevitha Kannan K S <ksjeevithakannan123@gmail.com>
This commit is contained in:
6
.bashrc
6
.bashrc
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user