Merge pull request #714 from Artoriuz/patch-1
Patch to make w3m image backend work on FreeBSD 12
This commit is contained in:
commit
a2919df1d7
1 changed files with 4 additions and 1 deletions
3
neofetch
3
neofetch
|
@ -2293,6 +2293,9 @@ get_w3m_img_path() {
|
|||
elif [[ -x "/usr/libexec64/w3m/w3mimgdisplay" ]]; then
|
||||
w3m_img_path="/usr/libexec64/w3m/w3mimgdisplay"
|
||||
|
||||
elif [[ -x "/usr/local/libexec/w3m/w3mimgdisplay" ]]; then
|
||||
w3m_img_path="/usr/local/libexec/w3m/w3mimgdisplay"
|
||||
|
||||
else
|
||||
err "Image: w3m-img wasn't found on your system"
|
||||
fi
|
||||
|
|
Loading…
Reference in a new issue