about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorSoispha <soispha@vhack.eu>2023-09-30 13:17:44 +0200
committerSoispha <soispha@vhack.eu>2023-09-30 13:17:44 +0200
commit34147c608d0593613c67db1352aa36e35c45f3ab (patch)
treee97a5015b1b9c07132cc767c079ff8fa64eb8764
parentfeat(hm/conf/hyfetch): Init (diff)
downloadnixos-config-34147c608d0593613c67db1352aa36e35c45f3ab.zip
fix(hm/conf/zsh): Display current task on shell init
-rw-r--r--hm/soispha/conf/zsh/config/zsh-init.sh3
1 files changed, 2 insertions, 1 deletions
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: