From 34147c608d0593613c67db1352aa36e35c45f3ab Mon Sep 17 00:00:00 2001 From: Soispha Date: Sat, 30 Sep 2023 13:17:44 +0200 Subject: fix(hm/conf/zsh): Display current task on shell init --- hm/soispha/conf/zsh/config/zsh-init.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/hm/soispha/conf/zsh/config/zsh-init.sh b/hm/soispha/conf/zsh/config/zsh-init.sh index 4d54d058..a19f3eff 100644 --- a/hm/soispha/conf/zsh/config/zsh-init.sh +++ b/hm/soispha/conf/zsh/config/zsh-init.sh @@ -2,7 +2,8 @@ [[ $- != *i* ]] && return # Flex on the ubuntu users -[ "$NVIM" ] || hyfetch +#[ "$NVIM" ] || hyfetch +[ "$NVIM" ] || task next #loginctl show-session $XDG_SESSION_ID ## Enable colors and change prompt: -- cgit 1.4.1