isadle, fix steam, etc
This commit is contained in:
parent
a422110adf
commit
4d58ae60b0
12 changed files with 253 additions and 151 deletions
|
|
@ -167,15 +167,15 @@ inputs@{ machine, ... }:
|
|||
];
|
||||
t = tug;
|
||||
|
||||
d = "describe";
|
||||
d = [ "describe" ];
|
||||
dm = [
|
||||
"describe"
|
||||
"-m"
|
||||
];
|
||||
e = "edit";
|
||||
s = "squash";
|
||||
si = "squash -i";
|
||||
sp = "split";
|
||||
e = [ "edit" ];
|
||||
s = [ "squash" ];
|
||||
si = [ "squash -i" ];
|
||||
sp = [ "split" ];
|
||||
};
|
||||
|
||||
templates = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue