Fix for empty files not getting detected properly
This commit is contained in:
parent
16877a5f4b
commit
68a3bbf7e2
@ -84,7 +84,7 @@ Enter,Double left click: # Open file/directory
|
||||
else open "$BBCURSOR"; fi
|
||||
else
|
||||
if [ -d "$BBCURSOR" ]; then bb +cd:"$BBCURSOR";
|
||||
elif file -bi "$BBCURSOR" | grep -q '^\(text/\|inode/empty\)'; then $EDITOR "$BBCURSOR";
|
||||
elif file -bi "$BBCURSOR" | grep -q '^\(text/\|inode/x-empty\)'; then $EDITOR "$BBCURSOR";
|
||||
else xdg-open "$BBCURSOR"; fi
|
||||
fi
|
||||
e: # Edit file in $EDITOR
|
||||
|
Loading…
Reference in New Issue
Block a user