mirror of
https://github.com/Snigdha-OS/snigdhaos-archiso.git
synced 2025-09-05 20:26:40 +02:00
🧹 chore: res efficiency
This commit is contained in:
@@ -102,9 +102,9 @@ else
|
||||
fi
|
||||
|
||||
# Display system information via neofetch if the flag is not set
|
||||
#if [[ $1 != "no-repeat-flag" && -z $NO_REPETITION ]]; then
|
||||
# neofetch
|
||||
#fi
|
||||
if [ -n "$PS1" ] && [ "$TERM" != "dumb" ]; then
|
||||
command -v neofetch &> /dev/null && neofetch
|
||||
fi
|
||||
|
||||
# Additional useful aliases
|
||||
alias cls="clear" # Clear the terminal screen
|
||||
|
Reference in New Issue
Block a user