zsh: add alias: :fg
-> fg
This commit is contained in:
@@ -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 ..";
|
||||||
|
Reference in New Issue
Block a user