From 9644911784c6fd357e595bae7315d577e960f7a9 Mon Sep 17 00:00:00 2001 From: Massaki Archambault Date: Sun, 29 Apr 2018 13:51:03 -0400 Subject: [PATCH] update motd --- files/.config/zsh/custom/200-motd.zsh | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/files/.config/zsh/custom/200-motd.zsh b/files/.config/zsh/custom/200-motd.zsh index bbc7963..abda585 100644 --- a/files/.config/zsh/custom/200-motd.zsh +++ b/files/.config/zsh/custom/200-motd.zsh @@ -1,12 +1,5 @@ if [ "$IS_ROOT" = false ]; then - neofetch --config "$ZSH_CUSTOM/config/neofetch-splash.bash" - echo -e "\e[2A" - - # Updates - #update_count="$(pacman -Qu | wc -l)" - #[[ $update_count -ne 1 ]] && s="s" - #[[ $update_count -ne 0 ]] && echo "$update_count package$s to update" - #unset s update_count + cat /etc/issue # Check tmux if tmux info &>/dev/null; then