Don't encourage bad and outdated advice

This commit is contained in:
Jacob 2023-08-10 02:37:27 +02:00
parent 6238a08c5d
commit a675f0153a

View file

@ -93,7 +93,7 @@ This function will display images if possible.
```Shell
fm_line_func() {
case "$1" in
*.png|*.jpg|*.jpeg|*.svg|*.gif|*.tiff) printf "IMG:$1\t" ;;
*.png|*.jpg|*.jpeg|*.svg|*.gif|*.tiff) printf "img://$1\t" ;;
esac
}
```