dotfiles/home/modules/tui/shell/fish/abbrs.nix

10 lines
No EOL
207 B
Nix

{
programs.fish.shellAbbrs = rec {
"-" = "prevd";
dnsplan = "dnscontrol preview";
dnspush = "dnscontrol push";
ga = "git add";
gc = "git commit -S";
gcm = "git commit -S -m";
};
}