diff --git a/nix/user/sh.nix b/nix/user/sh.nix index 116d7b4..9979284 100644 --- a/nix/user/sh.nix +++ b/nix/user/sh.nix @@ -86,4 +86,9 @@ BAT_THEME = "Coldark-Cold"; } ]; + + home.shellAliases = lib.mkMerge [ { + open = "explorer.exe ."; + } + ]; }