diff options
-rw-r--r-- | .zsh/rc/99greetings | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.zsh/rc/99greetings b/.zsh/rc/99greetings index 444eda5..8a5b57c 100644 --- a/.zsh/rc/99greetings +++ b/.zsh/rc/99greetings @@ -5,7 +5,7 @@ #-------------------- cat /etc/motd echo -e "${CYAN}Welcome to ZSH ${RED}${ZSH_VERSION}$NC" -short_ii +sysinfo # don't want to read the same every time I open a new shell if [ -x /usr/bin/fortune ]; then /usr/bin/fortune -s |