Add basic incomplete zsh configuration

This commit is contained in:
ItsDrike 2024-03-24 00:44:57 +01:00
parent 9c55c10e57
commit 5b2d36fcbf
Signed by: ItsDrike
GPG key ID: FA2745890B7048C0
5 changed files with 155 additions and 1 deletions

View file

@ -0,0 +1,5 @@
_: {
imports = [
./zsh
];
}