diff --git a/README.md b/README.md index 1e5ae06..81c5d85 100644 --- a/README.md +++ b/README.md @@ -22,8 +22,9 @@ A simple file manager written in `bash`. - No batteries included --- -img -img +## Icon Preview +img +img --- diff --git a/fff b/fff index 13199b7..499b44e 100755 --- a/fff +++ b/fff @@ -1428,7 +1428,7 @@ main() { cd "${2:-$1}" &>/dev/null ||: [[ $1 == -v ]] && { - printf '%s\n' "fff 2.2 (devicons)" + printf '%s\n' "fff 2.3 (devicons)" exit }