summaryrefslogtreecommitdiff
path: root/features/user/cli/shells
diff options
context:
space:
mode:
authoroutremonde <outremonde@vivaldi.net>2025-06-11 19:08:15 -0400
committeroutremonde <outremonde@vivaldi.net>2025-06-11 19:08:15 -0400
commitdec88a0df19b49afb218e4b8b85d86db143a9c87 (patch)
treecb156801571e5f703091a82c85c55629711f4982 /features/user/cli/shells
parent26a35fdd76d8f46402df467da1461d7526c3faa5 (diff)
shortened lazygit command
Former-commit-id: 58b22a262c7cdd7ab0585bcffbf7b83c2259e20e
Diffstat (limited to 'features/user/cli/shells')
-rw-r--r--features/user/cli/shells/nushell/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/features/user/cli/shells/nushell/default.nix b/features/user/cli/shells/nushell/default.nix
index 2623bc5..71d9a96 100644
--- a/features/user/cli/shells/nushell/default.nix
+++ b/features/user/cli/shells/nushell/default.nix
@@ -21,6 +21,7 @@ in {
"nix-shell" = "nix-shell --command 'SHELL=nu nu'";
"cd" = "z";
"ze" = "zellij";
+ "lg" = "lazygit";
"bk" = "cd $env.OLDPWD";
"fg" = "job unfreeze";
};