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
0c602800
Commit
0c602800
authored
May 18, 2017
by
Dylan Araps
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Ascii: Fix ascii_distro and windows10, closes #725
parent
25682899
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
neofetch
neofetch
+3
-3
No files found.
neofetch
View file @
0c602800
...
@@ -2292,10 +2292,10 @@ get_w3m_img_path() {
...
@@ -2292,10 +2292,10 @@ get_w3m_img_path() {
elif
[[
-x
"/usr/libexec64/w3m/w3mimgdisplay"
]]
;
then
elif
[[
-x
"/usr/libexec64/w3m/w3mimgdisplay"
]]
;
then
w3m_img_path
=
"/usr/libexec64/w3m/w3mimgdisplay"
w3m_img_path
=
"/usr/libexec64/w3m/w3mimgdisplay"
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"
else
else
err
"Image: w3m-img wasn't found on your system"
err
"Image: w3m-img wasn't found on your system"
fi
fi
...
@@ -3372,7 +3372,7 @@ get_distro_colors() {
...
@@ -3372,7 +3372,7 @@ get_distro_colors() {
ascii_file="
void
"
ascii_file="
void
"
;;
;;
*"
[
Windows 10]
"* | *"
on Windows 10
"* | "
Windows 8
"* | "
Windows 10
"*)
*"
[
Windows 10]
"* | *"
on Windows 10
"* | "
Windows 8
"* | "
Windows 10
"*
| "
windows10
" | "
windows8
"
)
set_colors 6 7
set_colors 6 7
ascii_file="
windows10
"
ascii_file="
windows10
"
;;
;;
...
...
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