diff options
author | Hendrik Jäger <gitcommit@henk.geekmail.org> | 2022-12-29 12:28:07 +0100 |
---|---|---|
committer | Hendrik Jäger <gitcommit@henk.geekmail.org> | 2022-12-29 12:28:07 +0100 |
commit | 5c5cde223c9d7afa6603f272fdf0b1f8fce7ef5d (patch) | |
tree | 906f33ae1611bcec5ecddbd51685281f72e0a927 | |
parent | 0b844ff0879674034d6a2c0457191fa6e4513b61 (diff) |
add: standard zsh config files to not ignore
-rw-r--r-- | .gitignore.d/zsh | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/.gitignore.d/zsh b/.gitignore.d/zsh index fc36d66..df9c2c4 100644 --- a/.gitignore.d/zsh +++ b/.gitignore.d/zsh @@ -1,7 +1,10 @@ * +!/.zshenv +!/.zprofile +!/.zshrc +!/.zlogin !/.zsh_* !/.zsh_*/* -!/.zshrc /.zsh_local /.zsh_comprc~ /.zsh_history |