diff --git a/home/private_dot_config/zsh/README.md b/home/private_dot_config/zsh/README.md new file mode 100644 index 0000000..3bb56b5 --- /dev/null +++ b/home/private_dot_config/zsh/README.md @@ -0,0 +1,3 @@ +# zshell + +powered by [`antidote`](https://getantidote.github.io) diff --git a/home/private_dot_config/zsh/dot_gitignore b/home/private_dot_config/zsh/dot_gitignore new file mode 100644 index 0000000..9875b9b --- /dev/null +++ b/home/private_dot_config/zsh/dot_gitignore @@ -0,0 +1,18 @@ +# +# .gitignore +# + +.antidote/ +.zplugins/ +.zcompcache/ +.zsh_sessions/ +.zcompdump* +.zdirs +.zsh_history +.zsh_plugins.zsh +*.bak +*.local +*.local.zsh +*.zwc +*.zwc.old +~* diff --git a/home/private_dot_config/zsh/zexists.d/cmd/anit-lsd.zsh b/home/private_dot_config/zsh/zexists.d/cmd/anit-lsd.zsh deleted file mode 100644 index cf53d10..0000000 --- a/home/private_dot_config/zsh/zexists.d/cmd/anit-lsd.zsh +++ /dev/null @@ -1 +0,0 @@ -alias lt="tree -L 3"