1
1
Fork 1
mirror of https://github.com/oddlama/nix-config.git synced 2025-10-10 23:00:39 +02:00

fix: disable kitty close window shortcut

This commit is contained in:
oddlama 2024-04-01 16:21:27 +02:00
parent 12309fdaf6
commit 1cf14ff858
No known key found for this signature in database
GPG key ID: 14EFE510775FE39A
2 changed files with 2 additions and 1 deletions

View file

@ -59,7 +59,7 @@
};
};
home.shellAliases = rec {
home.shellAliases = {
g = "gitui";
ga = "git add";
gc = "git commit -v -S";