diff options
author | Soispha <soispha@vhack.eu> | 2023-09-30 13:17:44 +0200 |
---|---|---|
committer | Soispha <soispha@vhack.eu> | 2023-09-30 13:17:44 +0200 |
commit | 34147c608d0593613c67db1352aa36e35c45f3ab (patch) | |
tree | e97a5015b1b9c07132cc767c079ff8fa64eb8764 | |
parent | feat(hm/conf/hyfetch): Init (diff) | |
download | nixos-config-34147c608d0593613c67db1352aa36e35c45f3ab.zip |
fix(hm/conf/zsh): Display current task on shell init
-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: |