ソースを参照

Use hostname instead of uname for startup

pull/15/head
10sr 8年前
コミット
7d10aee011
1個のファイルの変更1行の追加1行の削除
  1. +1
    -1
      shrc

+ 1
- 1
shrc ファイルの表示

@@ -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


読み込み中…
キャンセル
保存