home: jujutsu: simplify 'jj jj' alias
This commit is contained in:
parent
99b5412f83
commit
22e4f07baf
1 changed files with 1 additions and 1 deletions
|
|
@ -35,7 +35,7 @@ in
|
||||||
};
|
};
|
||||||
|
|
||||||
aliases = {
|
aliases = {
|
||||||
jj = [ "util" "exec" "--" "jj" ];
|
jj = [ ];
|
||||||
lol = [ "log" "-r" "..@" "-T" "builtin_log_oneline" ];
|
lol = [ "log" "-r" "..@" "-T" "builtin_log_oneline" ];
|
||||||
lola = [ "lol" "-r" "all()" ];
|
lola = [ "lol" "-r" "all()" ];
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue