diff options
author | Florian Pritz <bluewind@xinu.at> | 2018-10-27 15:42:34 +0200 |
---|---|---|
committer | Florian Pritz <bluewind@xinu.at> | 2018-10-27 15:42:34 +0200 |
commit | d19ba5bc64b26c97df8360825ec45e0ed8990703 (patch) | |
tree | 1328950100878e8169badc9cec8a6b10cf72170b | |
parent | c9745b9e3a9bc5306e14779c9e91930123f574d4 (diff) | |
download | dotfiles-d19ba5bc64b26c97df8360825ec45e0ed8990703.tar.gz dotfiles-d19ba5bc64b26c97df8360825ec45e0ed8990703.tar.xz |
zshrc: Disable sysinfo
Signed-off-by: Florian Pritz <bluewind@xinu.at>
-rw-r--r-- | .zshrc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -735,7 +735,7 @@ compdef _wake wake # }}} # Greetings {{{ -sysinfo +#sysinfo # }}} # {{{ Other stuff that doesn't fit anywhere else umask 077 |