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
|
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
|
||||||
|
Reference in New Issue
Block a user