Skip to content

Commit

Permalink
jujutsu: remove default again, and allow pagination
Browse files Browse the repository at this point in the history
  • Loading branch information
charlottia committed Oct 21, 2024
1 parent a44f8a1 commit 7721974
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions home/jujutsu.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,8 @@
programs.jujutsu = {
enable = true;
settings = {
user = {
name = "Asherah Connor";
email = "[email protected]";
};
ui = {
default-command = ["status"];
paginate = "never";
default-command = ["status" "--no-pager"];
};
};
};
Expand Down

0 comments on commit 7721974

Please sign in to comment.