show symbolic link
This commit is contained in:
@ -43,6 +43,9 @@ def produce_treeline(prec_seps, lsep):
|
||||
item_name = item['name']
|
||||
tomount = sep + item_name
|
||||
|
||||
if item['type'] == 'l' and item['target']:
|
||||
tomount += ' -> %s' % ((item['target'],))
|
||||
|
||||
# if item.get('type') == 'd':
|
||||
# if item.get('nchildren') is not None:
|
||||
# tomount += '(%s)' % (item['nchildren'],)
|
||||
|
Reference in New Issue
Block a user