New shell release with some config files and commands. #57

Merged
That-One-Nerd merged 13 commits from shell-configuration into main 2023-04-18 09:16:54 -04:00
Showing only changes of commit b869de9be8 - Show all commits

View File

@ -270,6 +270,8 @@ public class Shell
activeCommand.Dispose(); activeCommand.Dispose();
activeCommand = null; activeCommand = null;
} }
ReloadDirectoryInfo();
return; return;
} }
} }