zsh: add alias: :fg -> fg

This commit is contained in:
2024-06-15 03:26:36 +00:00
parent 60a5c61500
commit 1515f01384

View File

@@ -115,6 +115,7 @@ in
programs.zsh = lib.mkIf cfg.enabled { programs.zsh = lib.mkIf cfg.enabled {
enable = true; enable = true;
shellAliases = { shellAliases = {
":fg" = "fg";
":q" = "exit"; ":q" = "exit";
# common typos # common typos
"cd.." = "cd .."; "cd.." = "cd ..";