From fc0e1e67d2fbe6c90c797a20c909cef9e41e3dfb Mon Sep 17 00:00:00 2001 From: jiriks74 Date: Thu, 26 Sep 2024 05:48:32 +0200 Subject: [PATCH] fix(zsh-you-should-use): Display message after command The reminder could be easily missed with long outputs --- zsh.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/zsh.nix b/zsh.nix index f9682eb..9664190 100755 --- a/zsh.nix +++ b/zsh.nix @@ -55,6 +55,8 @@ # source ~/.p10k-tty.zsh # fi + export YSU_MESSAGE_POSITION="after" + eval $(thefuck --alias) export ASCIINEMA_API_URL=https://asciinema.stefka.eu if [ -v ASCIINEMA_REC ]; then