feat(asciinema): Add asciinema with my own instance
This commit is contained in:
parent
c65513c696
commit
4e65e7080e
1 changed files with 2 additions and 0 deletions
2
zsh.nix
2
zsh.nix
|
@ -50,6 +50,7 @@
|
||||||
# fi
|
# fi
|
||||||
|
|
||||||
eval $(thefuck --alias)
|
eval $(thefuck --alias)
|
||||||
|
export ASCIINEMA_API_URL=https://asciinema.stefka.eu
|
||||||
export YSU_MESSAGE_POSITION="after" # you-should-use plugin
|
export YSU_MESSAGE_POSITION="after" # you-should-use plugin
|
||||||
|
|
||||||
# Basic auto/tab complete:
|
# Basic auto/tab complete:
|
||||||
|
@ -169,6 +170,7 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
home.packages = with pkgs; [
|
home.packages = with pkgs; [
|
||||||
|
asciinema # Terminal recordings
|
||||||
tldr
|
tldr
|
||||||
lsd
|
lsd
|
||||||
eza
|
eza
|
||||||
|
|
Loading…
Reference in a new issue