From 4e65e7080e92ab843c4ae51aeedd9ce119712208 Mon Sep 17 00:00:00 2001 From: jiriks74 Date: Fri, 10 May 2024 04:52:48 +0200 Subject: [PATCH] feat(asciinema): Add asciinema with my own instance --- zsh.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/zsh.nix b/zsh.nix index 6723f4c..9220a07 100755 --- a/zsh.nix +++ b/zsh.nix @@ -50,6 +50,7 @@ # fi eval $(thefuck --alias) + export ASCIINEMA_API_URL=https://asciinema.stefka.eu export YSU_MESSAGE_POSITION="after" # you-should-use plugin # Basic auto/tab complete: @@ -169,6 +170,7 @@ }; home.packages = with pkgs; [ + asciinema # Terminal recordings tldr lsd eza