🧹 chore: res efficiency

This commit is contained in:
eshanized
2025-01-07 03:33:34 +05:30
parent 8982e53b70
commit 8c5a133084

View File

@@ -102,9 +102,9 @@ else
fi fi
# Display system information via neofetch if the flag is not set # Display system information via neofetch if the flag is not set
#if [[ $1 != "no-repeat-flag" && -z $NO_REPETITION ]]; then if [ -n "$PS1" ] && [ "$TERM" != "dumb" ]; then
# neofetch command -v neofetch &> /dev/null && neofetch
#fi fi
# Additional useful aliases # Additional useful aliases
alias cls="clear" # Clear the terminal screen alias cls="clear" # Clear the terminal screen