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

10 lines
207 B
Nix
Raw Normal View History

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