ls fix on fzf-nav & open

This commit is contained in:
tavo-wasd 2023-06-25 09:14:18 -06:00
parent 04afd2df17
commit 4cd8e12393

View file

@ -7,7 +7,7 @@ file "$file" | grep -q "shell" && "$EDITOR" "$file" && exit
file "$file" | grep -q "executable" && file "$file" && exit
# If directory, list contents
[ -d "$file" ] && (cd "$file" && /usr/bin/ls -A1Fx --color --group-directories-first) && exit
[ -d "$file" ] && (cd "$file" && /usr/bin/ls -AF1 --color --group-directories-first) && exit
case $file in
# Images