feat(cli): add ansi CLI tool

This commit is contained in:
Jim Myhrberg
2025-02-14 21:36:41 +00:00
parent 7766d46bd3
commit 2be6239e18
2 changed files with 7 additions and 0 deletions

6
zsh/ansi.zsh Normal file
View File

@@ -0,0 +1,6 @@
#
# ansi
#
zinit light-mode wait lucid as"program" bpick"ansi" \
for @fidian/ansi

1
zshrc
View File

@@ -284,6 +284,7 @@ if [[ "$OSTYPE" == "linux"* ]]; then source "$DOTZSH/linux.zsh"; fi
# Utils
source "$DOTZSH/1password.zsh"
source "$DOTZSH/ansi.zsh"
source "$DOTZSH/copilot.zsh"
source "$DOTZSH/emacs.zsh"
source "$DOTZSH/less.zsh"