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"