scmpuff: init (#1921)
scmpuff is a command line tool that allows you to work quicker with Git by substituting numeric shortcuts for files
This commit is contained in:
parent
db00b39a9a
commit
26fa84ebce
10 changed files with 136 additions and 0 deletions
7
tests/modules/programs/scmpuff/default.nix
Normal file
7
tests/modules/programs/scmpuff/default.nix
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
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;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue