mirror of
https://github.com/NaomiAmethyst/dots.git
synced 2025-04-13 09:30:06 +00:00
fixed WATCHFMT
This commit is contained in:
parent
b7b48e1e22
commit
34a3ac7816
1 changed files with 1 additions and 1 deletions
2
zshrc
2
zshrc
|
@ -378,7 +378,7 @@ zstyle ':completion:*:diff:*' ignore-line yes
|
||||||
# Keep track of other people accessing the box
|
# Keep track of other people accessing the box
|
||||||
watch=( all )
|
watch=( all )
|
||||||
export LOGCHECK=30
|
export LOGCHECK=30
|
||||||
export WATCHFMT=$'%{\e[01;36m%}'" -- %n@%m has %(a.Logged In.Logged out) --"$'%{\e[00;00m%}'
|
export WATCHFMT=$'\e[01;36m'" -- %n@%m has %(a.Logged In.Logged out) --"$'\e[00;00m'
|
||||||
|
|
||||||
# directory hashes
|
# directory hashes
|
||||||
if [[ -d "${HOME}/sandbox" ]] ; then
|
if [[ -d "${HOME}/sandbox" ]] ; then
|
||||||
|
|
Loading…
Add table
Reference in a new issue