mirror of
https://github.com/jimeh/dotfiles.git
synced 2026-02-19 07:06:40 +00:00
feat(cli): add ansi CLI tool
This commit is contained in:
6
zsh/ansi.zsh
Normal file
6
zsh/ansi.zsh
Normal file
@@ -0,0 +1,6 @@
|
|||||||
|
#
|
||||||
|
# ansi
|
||||||
|
#
|
||||||
|
|
||||||
|
zinit light-mode wait lucid as"program" bpick"ansi" \
|
||||||
|
for @fidian/ansi
|
||||||
1
zshrc
1
zshrc
@@ -284,6 +284,7 @@ if [[ "$OSTYPE" == "linux"* ]]; then source "$DOTZSH/linux.zsh"; fi
|
|||||||
|
|
||||||
# Utils
|
# Utils
|
||||||
source "$DOTZSH/1password.zsh"
|
source "$DOTZSH/1password.zsh"
|
||||||
|
source "$DOTZSH/ansi.zsh"
|
||||||
source "$DOTZSH/copilot.zsh"
|
source "$DOTZSH/copilot.zsh"
|
||||||
source "$DOTZSH/emacs.zsh"
|
source "$DOTZSH/emacs.zsh"
|
||||||
source "$DOTZSH/less.zsh"
|
source "$DOTZSH/less.zsh"
|
||||||
|
|||||||
Reference in New Issue
Block a user