zshrc: comment things upsetting prettier

This commit is contained in:
Aminda Suomalainen 2024-07-14 16:32:27 +03:00
parent 6bfeaa46d8
commit 345fe98f79
Signed by: Mikaela
SSH Key Fingerprint: SHA256:CXLULpqNBdUKB6E6fLA1b/4SzG0HvKD19PbIePU175Q
1 changed files with 10 additions and 10 deletions

View File

@ -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