Merge branch 'master' of https://github.com/dylanaraps/neofetch
This commit is contained in:
commit
3a0c82ebc5
2 changed files with 7 additions and 0 deletions
3
neofetch
3
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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue