From 2be6239e18f72cc42d5c427773b98477f4e67528 Mon Sep 17 00:00:00 2001 From: Jim Myhrberg Date: Fri, 14 Feb 2025 21:36:41 +0000 Subject: [PATCH] feat(cli): add ansi CLI tool --- zsh/ansi.zsh | 6 ++++++ zshrc | 1 + 2 files changed, 7 insertions(+) create mode 100644 zsh/ansi.zsh diff --git a/zsh/ansi.zsh b/zsh/ansi.zsh new file mode 100644 index 0000000..1c10fa8 --- /dev/null +++ b/zsh/ansi.zsh @@ -0,0 +1,6 @@ +# +# ansi +# + +zinit light-mode wait lucid as"program" bpick"ansi" \ + for @fidian/ansi diff --git a/zshrc b/zshrc index fde9c17..d996953 100644 --- a/zshrc +++ b/zshrc @@ -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"