From 345fe98f7970781f69e32edc0f4042cbb4429e0b Mon Sep 17 00:00:00 2001 From: Aminda Suomalainen Date: Sun, 14 Jul 2024 16:32:27 +0300 Subject: [PATCH] zshrc: comment things upsetting prettier --- rc/zshrc | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/rc/zshrc b/rc/zshrc index 544be816..e3cb9f34 100755 --- a/rc/zshrc +++ b/rc/zshrc @@ -81,7 +81,7 @@ zstyle ':completion:*' menu select=2 if [[ $UNAME != Darwin ]]; then eval "$(dircolors -b)" fi -zstyle ':completion:*:default' list-colors ${(s.:.)LS_COLORS} +#zstyle ':completion:*:default' list-colors ${(s.:.)LS_COLORS} zstyle ':completion:*' list-colors '' zstyle ':completion:*' list-prompt %SAt %p: Hit TAB for more, or the character to insert%s zstyle ':completion:*' matcher-list '' 'm:{a-z}={A-Z}' 'm:{a-zA-Z}={A-Za-z}' 'r:|[._-]=* r:|=* l:|=*' @@ -100,17 +100,17 @@ fi (uptime&) (echo "") -if [[ $UNAME != Darwin ]] then; - (who -H -w -u|head -n10&) - (echo "") +#if [[ $UNAME != Darwin ]] then; +# (who -H -w -u|head -n10&) +# (echo "") # (last -10 -w -x&) -fi +#fi -if [[ $UNAME = Darwin ]]; then - (who -H -u|head -n10&) - (echo "") - (last -10&) -fi +#if [[ $UNAME = Darwin ]]; then +# (who -H -u|head -n10&) +# (echo "") +# (last -10&) +#fi # Only print motivational phrases if username is aminda or mikaela if [[ $(whoami) == aminda ]] || [[ $(whoami) == mikaela ]]; then