소스 검색

Use hostname instead of uname for startup

pull/15/head
10sr 10 년 전
부모
커밋
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 if null type figlet && null type lolcat
then then
figlet `uname -sm` | lolcat
hostname -s | figlet | lolcat
fi fi


uname -a uname -a


불러오는 중...
취소
저장