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 if [[ $UNAME != Darwin ]]; then
eval "$(dircolors -b)" eval "$(dircolors -b)"
fi fi
zstyle ':completion:*:default' list-colors ${(s.:.)LS_COLORS} #zstyle ':completion:*:default' list-colors ${(s.:.)LS_COLORS}
zstyle ':completion:*' list-colors '' zstyle ':completion:*' list-colors ''
zstyle ':completion:*' list-prompt %SAt %p: Hit TAB for more, or the character to insert%s 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:|=*' 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&) (uptime&)
(echo "") (echo "")
if [[ $UNAME != Darwin ]] then; #if [[ $UNAME != Darwin ]] then;
(who -H -w -u|head -n10&) # (who -H -w -u|head -n10&)
(echo "") # (echo "")
# (last -10 -w -x&) # (last -10 -w -x&)
fi #fi
if [[ $UNAME = Darwin ]]; then #if [[ $UNAME = Darwin ]]; then
(who -H -u|head -n10&) # (who -H -u|head -n10&)
(echo "") # (echo "")
(last -10&) # (last -10&)
fi #fi
# Only print motivational phrases if username is aminda or mikaela # Only print motivational phrases if username is aminda or mikaela
if [[ $(whoami) == aminda ]] || [[ $(whoami) == mikaela ]]; then if [[ $(whoami) == aminda ]] || [[ $(whoami) == mikaela ]]; then