mirror of
https://github.com/dylanaraps/neofetch.git
synced 2025-12-14 04:32:12 +00:00
General: Remove reference to old config location
This commit is contained in:
3
neofetch
3
neofetch
@@ -3272,9 +3272,6 @@ get_default_config() {
|
||||
if [[ -f "/etc/neofetch/config" ]]; then
|
||||
default_config="/etc/neofetch/config"
|
||||
|
||||
elif [[ -f "/usr/local/share/neofetch/config" ]]; then
|
||||
default_config="/usr/local/share/neofetch/config"
|
||||
|
||||
elif [[ -f "/data/data/com.termux/files/etc/neofetch/config" ]]; then
|
||||
default_config="/data/data/com.termux/files/etc/neofetch/config"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user