From 7ebd6dacba450a0a3a412716adab77ad8b15b456 Mon Sep 17 00:00:00 2001 From: Fredrik Fornwall Date: Wed, 2 Nov 2016 16:18:45 +0100 Subject: [PATCH 1/2] Android (Termux): Fix default config location --- neofetch | 3 +++ 1 file changed, 3 insertions(+) diff --git a/neofetch b/neofetch index cad7f2e0..56c3633d 100755 --- a/neofetch +++ b/neofetch @@ -2712,6 +2712,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" From d2e82bc2458d20abd767dd067f37309276102511 Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Thu, 3 Nov 2016 07:34:16 +1100 Subject: [PATCH 2/2] Update Changelog.md --- Changelog.md | 4 ++++ 1 file changed, 4 insertions(+) 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