소스 검색

shrc: run w yuk when starting shell

pull/1/head
10sr 10 년 전
부모
커밋
2b10f62347
1개의 변경된 파일4개의 추가작업 그리고 1개의 파일을 삭제
  1. +4
    -1
      shrc

+ 4
- 1
shrc 파일 보기

@@ -247,7 +247,6 @@ fi
######################
# Print welcome messages

$iswindows && alias tty="echo cmd.exe"
type fortune >/dev/null 2>&1 && {
fortune
echo
@@ -255,8 +254,12 @@ type fortune >/dev/null 2>&1 && {
echo
}
uname -a
$iswindows && alias tty="echo cmd.exe"
echo TERM $TERM with $(tput colors) colors using $(tty)

echo
__safe_run w yuk

# if null type tmux
# then
# echo


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