mirror of
https://github.com/Lissy93/dotfiles.git
synced 2025-01-25 13:28:35 +01:00
Dont clear screen if showing help menu
This commit is contained in:
parent
31cb825d84
commit
6a551900f5
@ -41,7 +41,7 @@ GREEN='\033[0;32m'
|
||||
PURPLE='\033[0;35m'
|
||||
|
||||
# Clear the screen
|
||||
if [[ ! $PARAMS == *"--no-clear"* ]]; then
|
||||
if [[ ! $PARAMS == *"--no-clear"* ]] && [[ ! $PARAMS == *"--help"* ]] ; then
|
||||
clear
|
||||
fi
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user