mirror of
https://github.com/dylanaraps/neofetch.git
synced 2025-12-13 20:22:11 +00:00
Misc: Remove comments
This commit is contained in:
2
neofetch
2
neofetch
@@ -2171,7 +2171,6 @@ get_ascii() {
|
|||||||
[[ "$image_source" =~ \.(png|jpg|jpe|jpeg|gif)$ ]] && \
|
[[ "$image_source" =~ \.(png|jpg|jpe|jpeg|gif)$ ]] && \
|
||||||
err "Image: Source is image file but ascii backend was selected. Using distro ascii."
|
err "Image: Source is image file but ascii backend was selected. Using distro ascii."
|
||||||
|
|
||||||
# Note: ASCIIDIR here is a placeholder -- it will be replaced with your ASCII directory.
|
|
||||||
if [[ -d "ASCIIDIR" ]]; then
|
if [[ -d "ASCIIDIR" ]]; then
|
||||||
ascii_dir="ASCIIDIR"
|
ascii_dir="ASCIIDIR"
|
||||||
else
|
else
|
||||||
@@ -3556,7 +3555,6 @@ get_full_path() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
get_default_config() {
|
get_default_config() {
|
||||||
# Note: CONFDIR here is a placeholder -- it will be replaced with your configuration directory.
|
|
||||||
if [[ -f "CONFDIR/config" ]]; then
|
if [[ -f "CONFDIR/config" ]]; then
|
||||||
default_config="CONFDIR/config"
|
default_config="CONFDIR/config"
|
||||||
else
|
else
|
||||||
|
|||||||
Reference in New Issue
Block a user