mirror of
https://github.com/jbowdre/dotfiles.git
synced 2024-12-18 19:02:17 +00:00
11 lines
No EOL
226 B
Nix
11 lines
No EOL
226 B
Nix
{
|
|
programs.fish.shellAbbrs = rec {
|
|
"-" = "prevd";
|
|
":q" = "exit";
|
|
dnsplan = "dnscontrol preview";
|
|
dnspush = "dnscontrol push";
|
|
ga = "git add";
|
|
gc = "git commit -S";
|
|
gcm = "git commit -S -m";
|
|
};
|
|
} |