diff --git a/etc/skel/.bashrc b/etc/skel/.bashrc index dfe5efb..cdd218d 100644 --- a/etc/skel/.bashrc +++ b/etc/skel/.bashrc @@ -102,7 +102,7 @@ if ! shopt -oq posix; then fi # Hello, world! -if [[ ! -z $SUDO_USER ]]; then +if [[ -z $SUDO_USER ]]; then clear print_header fi