diff --git a/home/modules/tui/shell/fish/abbrs.nix b/home/modules/tui/shell/fish/abbrs.nix index fd80d0a..fb9ca79 100644 --- a/home/modules/tui/shell/fish/abbrs.nix +++ b/home/modules/tui/shell/fish/abbrs.nix @@ -1,6 +1,7 @@ { programs.fish.shellAbbrs = rec { "-" = "prevd"; + ":q" = "exit"; dnsplan = "dnscontrol preview"; dnspush = "dnscontrol push"; ga = "git add";