Skip to content

Commit 5892640

Browse files
committed
Use nerdfont arrow for junctions and symlinks
1 parent cb4ab82 commit 5892640

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Terminal-Icons/Private/Resolve-Icon.ps1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,13 +33,13 @@ function Resolve-Icon {
3333
'Junction' {
3434
$iconName = $icons.Types.($type)['junction']
3535
$colorSeq = $colors.Types.($type)['junction']
36-
$displayInfo['Target'] = ' -> ' + $FileInfo.Target
36+
$displayInfo['Target'] = ' ' + $FileInfo.Target
3737
break
3838
}
3939
'SymbolicLink' {
4040
$iconName = $icons.Types.($type)['symlink']
4141
$colorSeq = $colors.Types.($type)['symlink']
42-
$displayInfo['Target'] = ' -> ' + $FileInfo.Target
42+
$displayInfo['Target'] = ' ' + $FileInfo.Target
4343
break
4444
} default {
4545
# Determine normal directory icon and color

0 commit comments

Comments
 (0)