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