| @@ -247,7 +247,6 @@ fi | |||||
| ###################### | ###################### | ||||
| # Print welcome messages | # Print welcome messages | ||||
| $iswindows && alias tty="echo cmd.exe" | |||||
| type fortune >/dev/null 2>&1 && { | type fortune >/dev/null 2>&1 && { | ||||
| fortune | fortune | ||||
| echo | echo | ||||
| @@ -255,8 +254,12 @@ type fortune >/dev/null 2>&1 && { | |||||
| echo | echo | ||||
| } | } | ||||
| uname -a | uname -a | ||||
| $iswindows && alias tty="echo cmd.exe" | |||||
| echo TERM $TERM with $(tput colors) colors using $(tty) | echo TERM $TERM with $(tput colors) colors using $(tty) | ||||
| echo | |||||
| __safe_run w yuk | |||||
| # if null type tmux | # if null type tmux | ||||
| # then | # then | ||||
| # echo | # echo | ||||