ls fix on fzf-nav & open
This commit is contained in:
parent
04afd2df17
commit
4cd8e12393
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ file "$file" | grep -q "shell" && "$EDITOR" "$file" && exit
|
||||||
file "$file" | grep -q "executable" && file "$file" && exit
|
file "$file" | grep -q "executable" && file "$file" && exit
|
||||||
|
|
||||||
# If directory, list contents
|
# 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
|
case $file in
|
||||||
# Images
|
# Images
|
||||||
|
|
Loading…
Reference in a new issue