home: jujutsu: simplify 'jj jj' alias

This commit is contained in:
Bruno BELANYI 2025-07-11 10:49:29 +00:00
parent 6edaad2762
commit 3bea0598a5

View file

@ -35,7 +35,7 @@ in
};
aliases = {
jj = [ "util" "exec" "--" "jj" ];
jj = [ ];
# FIXME:
# * still not a big fan of the template
lol = [ "log" "-r" "..@" "-T" "builtin_log_oneline" ];