Browse Source

Use hostname instead of uname for startup

pull/15/head
10sr 8 years ago
parent
commit
7d10aee011
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      shrc

+ 1
- 1
shrc View File

@@ -201,7 +201,7 @@ command -v fortune >/dev/null && {

if null type figlet && null type lolcat
then
figlet `uname -sm` | lolcat
hostname -s | figlet | lolcat
fi

uname -a


Loading…
Cancel
Save