diff options
-rw-r--r-- | hm/soispha/conf/zsh/config/zsh-init.sh | 3 |
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: |