mirror of
https://github.com/dylanaraps/neofetch.git
synced 2026-01-03 22:22:09 +00:00
Merge branch 'master' of https://github.com/dylanaraps/neofetch
This commit is contained in:
@@ -1,5 +1,7 @@
|
|||||||
## Contributors
|
## Contributors
|
||||||
|
|
||||||
|
- **[@konimex](https://github.com/konimex)**
|
||||||
|
- **[@fornwall](https://github.com/fornwall)**
|
||||||
|
|
||||||
## Packages
|
## Packages
|
||||||
|
|
||||||
@@ -9,6 +11,8 @@
|
|||||||
## General
|
## General
|
||||||
|
|
||||||
- [Cursor Position] Fix cursor position in URxvt when using terminal padding.
|
- [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
|
## Operating System
|
||||||
|
|||||||
3
neofetch
3
neofetch
@@ -2716,6 +2716,9 @@ getdefaultconfig() {
|
|||||||
elif [ -f "/usr/local/share/neofetch/config" ]; then
|
elif [ -f "/usr/local/share/neofetch/config" ]; then
|
||||||
default_config="/usr/local/share/neofetch/config"
|
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
|
else
|
||||||
getscriptdir
|
getscriptdir
|
||||||
default_config="${script_dir}/config/config"
|
default_config="${script_dir}/config/config"
|
||||||
|
|||||||
Reference in New Issue
Block a user