env: add :q as shorthand for exit

This commit is contained in:
colin 2022-05-23 20:33:22 -07:00
parent 7cf0dffa36
commit 4c8a0f7562

View File

@ -91,6 +91,10 @@
];
};
home.shellAliases = {
":q" = "exit";
};
home.packages = [
pkgs.btrfs-progs
pkgs.dig