zsh: add alias: :fg
-> fg
This commit is contained in:
@@ -115,6 +115,7 @@ in
|
||||
programs.zsh = lib.mkIf cfg.enabled {
|
||||
enable = true;
|
||||
shellAliases = {
|
||||
":fg" = "fg";
|
||||
":q" = "exit";
|
||||
# common typos
|
||||
"cd.." = "cd ..";
|
||||
|
Reference in New Issue
Block a user