1
0
mirror of https://github.com/Llewellynvdm/starship.git synced 2024-10-01 14:39:12 +00:00
starship/src
Jean Gautier 02edad0c66
fix(directory): avoid confusing modules with PowerShell paths (#1114)
* Avoid confusing modules with PowerShell paths

* Avoid confusing modules with PowerShell paths

Powershell supports PSDrives (https://docs.microsoft.com/en-us/powershell/module/microsoft.powershell.management/new-psdrive?view=powershell-7) that allow to create "logical" drives mapped to actual Windows drives.

* Preserve Windows directories

* Preserve logical paths for Powershell

* Fix formating with cargo fmt

* Fix directory_in_root test

Co-authored-by: Jean Gautier <jean.gautier@ssi.gouv.fr>
2020-04-30 10:40:56 +02:00
..
configs feat(package): configurable displaying package version for packages marked as private (#1109) 2020-04-28 10:53:30 +02:00
formatter fix: Fix variable styles in string formatter (#1069) 2020-04-10 18:23:20 +02:00
init fix(directory): avoid confusing modules with PowerShell paths (#1114) 2020-04-30 10:40:56 +02:00
modules fix(directory): avoid confusing modules with PowerShell paths (#1114) 2020-04-30 10:40:56 +02:00
bug_report.rs fix: Fix latest clippy suggestions (#1136) 2020-04-24 12:37:13 +02:00
config.rs fix: Fix latest clippy suggestions (#1136) 2020-04-24 12:37:13 +02:00
configure.rs feat: Modify config keys from shell (#1095) 2020-04-26 15:58:39 +02:00
context.rs Add support for custom modules. (#916) 2020-04-11 18:37:24 +02:00
lib.rs improvement: add parser for format strings (#1021) 2020-04-06 13:16:18 -04:00
main.rs feat: Modify config keys from shell (#1095) 2020-04-26 15:58:39 +02:00
module.rs feat(erlang): Add Erlang module (#1129) 2020-04-27 12:09:42 +02:00
print.rs Add support for custom modules. (#916) 2020-04-11 18:37:24 +02:00
segment.rs fix: Fix variable styles in string formatter (#1069) 2020-04-10 18:23:20 +02:00
utils.rs fix(haskell): avoid creating .lock files or downloading GHC (#1147) 2020-04-28 10:07:18 +02:00