home: jujutsu: simplify 'jj jj' alias

This commit is contained in:
Bruno BELANYI 2025-07-11 10:49:29 +00:00
parent 95be323f68
commit e0c82d49d4

View file

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