diff options
| -rw-r--r-- | features/user/cli/shells/nushell/default.nix | 1 |
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"; }; |
