Use bash syntax
This commit is contained in:
parent
cc491fc593
commit
1daac57e97
1 changed files with 2 additions and 1 deletions
3
neofetch
3
neofetch
|
@ -1560,9 +1560,10 @@ get_de() {
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
if [ "$KDE_SESSION_VERSION" -ge "4" ]; then
|
if (( "$KDE_SESSION_VERSION" >= "4" )); then
|
||||||
de="${de/KDE/Plasma}"
|
de="${de/KDE/Plasma}"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Log that the function was run.
|
# Log that the function was run.
|
||||||
de_run=1
|
de_run=1
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue