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
3a0c82eb
Commit
3a0c82eb
authored
Nov 03, 2016
by
Dylan Araps
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of
https://github.com/dylanaraps/neofetch
parents
2b3940ad
d2e82bc2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
0 deletions
+7
-0
Changelog.md
Changelog.md
+4
-0
neofetch
neofetch
+3
-0
No files found.
Changelog.md
View file @
3a0c82eb
## Contributors
-
**[@konimex](https://github.com/konimex)**
-
**[@fornwall](https://github.com/fornwall)**
## Packages
...
...
@@ -9,6 +11,8 @@
## General
-
[
Cursor Position
]
Fix cursor position in URxvt when using terminal padding.
-
[
Termux
]
Fix default ascii location.
**[@konimex](https://github.com/konimex)**
-
[
Termux
]
Fix default config location.
**[@fornwall](https://github.com/fornwall)**
## Operating System
...
...
neofetch
View file @
3a0c82eb
...
...
@@ -2716,6 +2716,9 @@ getdefaultconfig() {
elif
[
-f
"/usr/local/share/neofetch/config"
]
;
then
default_config
=
"/usr/local/share/neofetch/config"
elif
[
-f
"/data/data/com.termux/files/usr/share/neofetch/config"
]
;
then
default_config
=
"/data/data/com.termux/files/usr/share/neofetch/config"
else
getscriptdir
default_config
=
"
${
script_dir
}
/config/config"
...
...
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