zsh be zshelling
This commit is contained in:
parent
24dfe67807
commit
5ef441d20d
3 changed files with 21 additions and 1 deletions
3
home/private_dot_config/zsh/README.md
Normal file
3
home/private_dot_config/zsh/README.md
Normal file
|
@ -0,0 +1,3 @@
|
|||
# zshell
|
||||
|
||||
powered by [`antidote`](https://getantidote.github.io)
|
18
home/private_dot_config/zsh/dot_gitignore
Normal file
18
home/private_dot_config/zsh/dot_gitignore
Normal 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
|
||||
~*
|
|
@ -1 +0,0 @@
|
|||
alias lt="tree -L 3"
|
Loading…
Reference in a new issue