We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 55f404f + e342004 commit ec3cf70Copy full SHA for ec3cf70
module/PowerShellRun/Private/FileSystemRegistry.ps1
@@ -84,7 +84,7 @@ class FileSystemRegistry : EntryRegistry {
84
85
$entry = [PowerShellRun.SelectorEntry]::new()
86
$entry.Icon = '🔍'
87
- $entry.Name = 'File Manager (PSRun)'
+ $entry.Name = 'File Manager (PSRun) ./'
88
$entry.Description = 'Navigate file system with PowerShellRun based on the current directory'
89
$entry.ActionKeys = @(
90
[PowerShellRun.ActionKey]::new($script:globalStore.firstActionKey, 'Explore current directory')
0 commit comments