commit | 04122e8862ea6ca4f4b89ce2129a28cbdfd09ad2 | [log] [tgz] |
---|---|---|
author | Skyler Grey <skyler3665@gmail.com> | Sun Oct 30 23:13:01 2022 +0000 |
committer | Skyler Grey <skyler3665@gmail.com> | Sun Oct 30 23:13:01 2022 +0000 |
tree | 9c569f4d13e09903ff2da327a60b0f34a4e508bf | |
parent | 83055d722eb6c8c9fa961b4ac53fde5869547111 [diff] |
Allow typing "q" to exit the terminal
diff --git a/modules/zsh.nix b/modules/zsh.nix index 36c4cc5..1b6a3d2 100644 --- a/modules/zsh.nix +++ b/modules/zsh.nix
@@ -66,6 +66,7 @@ home = { shellAliases = { ":q" = "exit"; + "q" = "exit"; }; packages = [pkgs.fzf]; };