Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
N
neofetch
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Ximper Linux
neofetch
Commits
0a5a741e
Commit
0a5a741e
authored
Jul 25, 2017
by
Muhammad Herdiansyah
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Image: Add path to NixOS w3m-img
parent
7222531b
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
0 deletions
+8
-0
CHANGELOG.md
CHANGELOG.md
+5
-0
neofetch
neofetch
+3
-0
No files found.
CHANGELOG.md
View file @
0a5a741e
...
@@ -19,6 +19,11 @@
...
@@ -19,6 +19,11 @@
-
Fixed Raspbian being detected as ChromeOS.
-
Fixed Raspbian being detected as ChromeOS.
## Images
-
[
w3m
]
Fixed w3m-img not found on NixOS.
## ASCII
## ASCII
-
Added small Debian.
-
Added small Debian.
...
...
neofetch
View file @
0a5a741e
...
@@ -2365,6 +2365,9 @@ get_w3m_img_path() {
...
@@ -2365,6 +2365,9 @@ get_w3m_img_path() {
elif [[ -x "
/usr/local/libexec/w3m/w3mimgdisplay
" ]]; then
elif [[ -x "
/usr/local/libexec/w3m/w3mimgdisplay
" ]]; then
w3m_img_path="
/usr/local/libexec/w3m/w3mimgdisplay
"
w3m_img_path="
/usr/local/libexec/w3m/w3mimgdisplay
"
elif [[ -x "
$HOME
/.nix-profile/libexec/w3m/w3mimgdisplay
" ]]; then
w3m_img_path="
$HOME
/.nix-profile/libexec/w3m/w3mimgdisplay
"
else
else
err "
Image: w3m-img wasn
't found on your system"
err "
Image: w3m-img wasn
't found on your system"
fi
fi
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment