Fix spacing in new terminal
This commit is contained in:
parent
bb1e7680fc
commit
1934af7fff
1 changed files with 1 additions and 1 deletions
|
@ -189,7 +189,7 @@ case "$-" in
|
|||
printf "\033[7m"; uname -sr; printf "\033[0m"
|
||||
if [ -r /etc/os-release ]
|
||||
then
|
||||
echo " $(. /etc/os-release; echo $NAME $VERSION)"
|
||||
echo " $(. /etc/os-release; echo $NAME $VERSION)"
|
||||
fi
|
||||
;;
|
||||
*)
|
||||
|
|
Loading…
Reference in a new issue