commit 1c34a1eaa405da8e0f5476beb983bb1fba429d4f
parent 1df0d7562faff3fbc528a1fd7427eec9cd5f71ae
Author: Jan Pobrislo <ccx@webprojekty.cz>
Date: Mon, 9 Dec 2013 19:54:33 +0100
fix symlink handling
Diffstat:
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/bin/fslist b/bin/fslist
@@ -7,8 +7,10 @@ zmodload zsh/stat
typeset -A ftypes hardlinks
ftypes=( # convert hex type to mnemonic character
- c s # socket
- a l # symbolic link
+ C s # socket
+ c s
+ A l # symbolic link
+ a l
8 f # regular file
6 b # block device
4 d # directory