summaryrefslogtreecommitdiff
path: root/features/user/cli/shells
diff options
context:
space:
mode:
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";
};