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.
1 parent cb4ab82 commit 5892640Copy full SHA for 5892640
1 file changed
Terminal-Icons/Private/Resolve-Icon.ps1
@@ -33,13 +33,13 @@ function Resolve-Icon {
33
'Junction' {
34
$iconName = $icons.Types.($type)['junction']
35
$colorSeq = $colors.Types.($type)['junction']
36
- $displayInfo['Target'] = ' -> ' + $FileInfo.Target
+ $displayInfo['Target'] = ' ' + $FileInfo.Target
37
break
38
}
39
'SymbolicLink' {
40
$iconName = $icons.Types.($type)['symlink']
41
$colorSeq = $colors.Types.($type)['symlink']
42
43
44
} default {
45
# Determine normal directory icon and color
0 commit comments