commit | b3504aba1b9ccf8784ef2c59eb8a6854ac40a5cd | [log] [tgz] |
---|---|---|
author | Skyler Grey <skyler3665@gmail.com> | Mon Oct 31 00:09:02 2022 +0000 |
committer | Skyler Grey <skyler3665@gmail.com> | Mon Oct 31 00:09:02 2022 +0000 |
tree | 9e927bc11773971ec2bf0dd47d2a8c37d1e19faf | |
parent | 6a2a8dc14fc401e1cd524b5baae731f2c8fcc95d [diff] |
Source charm keyboard shortcuts in zsh
diff --git a/modules/zsh.nix b/modules/zsh.nix index 1b6a3d2..6f975b9 100644 --- a/modules/zsh.nix +++ b/modules/zsh.nix
@@ -56,6 +56,7 @@ alias compinit="true" source "${./zsh/completions/bun.zsh}" + source "${./zsh/completions/charm.zsh}" ''; enableSyntaxHighlighting = true; enableAutosuggestions = true;