jj: improve ux

This commit is contained in:
J. Fernando Sánchez
2026-02-11 10:17:45 +01:00
parent 1522c8d6a0
commit 9befba5522
2 changed files with 19 additions and 2 deletions

View File

@@ -147,7 +147,12 @@
home.shellAliases = {
lg = "lazygit";
gs = "git status";
gs = "git status";
j = "jj";
js = "jj status";
jt = "jj tug";
jf = "jj git fetch";
jl = "jj log";
};
programs.fish = {
@@ -173,7 +178,12 @@
#programs.helix.enable = true;
#programs.helix.defaultEditor = true;
programs.zoxide.enable = true;
programs.zoxide = {
enable = true;
options = [
"--cmd z"
];
};
programs.bash = {
enable = true;
initExtra = ''