Supports PowerShell 5.* and 7.*
- Replaces the path separator "\" with "/".
- When current directory is the home directory, displays "~".
- When executed by the super user, displays "#", otherwise displays "$".
- Assigns tab completion to complete (works similarly to bash's complete).
- Loads .ps1 scripts under the Autoload directory.
Autoload includes the following scripts:- ModuleManager: Update modules automatically. Add/edit module names in
$modules
, load local modules, etc. - SSHConfigCompletion: Set the connection information of
~\.ssh\config
to ssh command completion.
- ModuleManager: Update modules automatically. Add/edit module names in