mirror of
https://github.com/nix-community/home-manager
synced 2024-11-01 00:39:45 +01:00
26fa84ebce
scmpuff is a command line tool that allows you to work quicker with Git by substituting numeric shortcuts for files
7 lines
165 B
Nix
7 lines
165 B
Nix
{
|
|
scmpuff-bash = ./bash.nix;
|
|
scmpuff-no-bash = ./no-bash.nix;
|
|
scmpuff-no-shell = ./no-shell.nix;
|
|
scmpuff-no-zsh = ./no-zsh.nix;
|
|
scmpuff-zsh = ./zsh.nix;
|
|
}
|