fish: quit like vim

This commit is contained in:
John Bowdre 2024-12-05 16:43:20 -06:00
parent b1673baf30
commit d1ce830c6c
Signed by: john
SSH key fingerprint: SHA256:cZYnOxaLdo+MhBNMX38ihO/p2Kek6fBykSFoJwHBhUo

View file

@ -1,6 +1,7 @@
{ {
programs.fish.shellAbbrs = rec { programs.fish.shellAbbrs = rec {
"-" = "prevd"; "-" = "prevd";
":q" = "exit";
dnsplan = "dnscontrol preview"; dnsplan = "dnscontrol preview";
dnspush = "dnscontrol push"; dnspush = "dnscontrol push";
ga = "git add"; ga = "git add";