plasmashell --version; kf5-config --version
plasmashell 5.18.8
Qt: 5.12.8
KDE Frameworks: 5.68.0
kf5-config: 1.0
How About a Bash Alias?
alias kv='plasmashell --version; kf5-config --version'
plasmashell --version; kf5-config --version
plasmashell 5.18.8
Qt: 5.12.8
KDE Frameworks: 5.68.0
kf5-config: 1.0
alias kv='plasmashell --version; kf5-config --version'