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
|
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
|
||||||
|
Loading…
Reference in New Issue
Block a user