zsh be zshelling

This commit is contained in:
Daylin Morgan 2023-02-23 12:26:29 -06:00
parent 24dfe67807
commit 5ef441d20d
3 changed files with 21 additions and 1 deletions

View file

@ -0,0 +1,3 @@
# zshell
powered by [`antidote`](https://getantidote.github.io)

View file

@ -0,0 +1,18 @@
#
# .gitignore
#
.antidote/
.zplugins/
.zcompcache/
.zsh_sessions/
.zcompdump*
.zdirs
.zsh_history
.zsh_plugins.zsh
*.bak
*.local
*.local.zsh
*.zwc
*.zwc.old
~*

View file

@ -1 +0,0 @@
alias lt="tree -L 3"