Show NAME and VERSION instead of PRETTY_NAME
This commit is contained in:
parent
77aef5ad91
commit
d01139aeb9
1 changed files with 1 additions and 1 deletions
|
@ -321,7 +321,7 @@ case $- in
|
|||
uname -sr
|
||||
printf "\033[0m"
|
||||
if [ -r /etc/os-release ]; then
|
||||
echo " $(. /etc/os-release; echo $PRETTY_NAME)"
|
||||
echo " $(. /etc/os-release; echo $NAME $VERSION)"
|
||||
fi
|
||||
;;
|
||||
*)
|
||||
|
|
Loading…
Reference in a new issue