mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-11-10 02:29:22 +01:00
zshrc: comment things upsetting prettier
This commit is contained in:
parent
6bfeaa46d8
commit
345fe98f79
20
rc/zshrc
20
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
|
||||
|
Loading…
Reference in New Issue
Block a user