Skip to content

Commit ec3cf70

Browse files
authored
Merge pull request #90 from mdgrs-mei/add-filemanager-alias
Add alias ./ to File Manager (PSRun)
2 parents 55f404f + e342004 commit ec3cf70

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

module/PowerShellRun/Private/FileSystemRegistry.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ class FileSystemRegistry : EntryRegistry {
8484

8585
$entry = [PowerShellRun.SelectorEntry]::new()
8686
$entry.Icon = '🔍'
87-
$entry.Name = 'File Manager (PSRun)'
87+
$entry.Name = 'File Manager (PSRun) ./'
8888
$entry.Description = 'Navigate file system with PowerShellRun based on the current directory'
8989
$entry.ActionKeys = @(
9090
[PowerShellRun.ActionKey]::new($script:globalStore.firstActionKey, 'Explore current directory')

0 commit comments

Comments
 (0)