diff --git a/Changelog.md b/Changelog.md index 4ebf9068..e1abbd04 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,5 +1,7 @@ ## 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 diff --git a/neofetch b/neofetch index c25c9a91..0a79e337 100755 --- a/neofetch +++ b/neofetch @@ -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"