From 4cd8e1239366fb2aa6513631296c1efb61368fa9 Mon Sep 17 00:00:00 2001 From: tavo-wasd Date: Sun, 25 Jun 2023 09:14:18 -0600 Subject: [PATCH] ls fix on fzf-nav & open --- scripts/o | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/o b/scripts/o index ee3df4f..d4c0974 100755 --- a/scripts/o +++ b/scripts/o @@ -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