This website works better with JavaScript.
Home
Explore
Help
Sign In
10sr
/
dotfiles-mirror
mirror of
https://github.com/10sr/dotfiles.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
0
Wiki
Activity
Browse Source
Add figlet lolcat command at shell startup
pull/15/head
10sr
8 years ago
parent
93f4ad86fb
commit
5a4a3698b3
1 changed files
with
5 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+5
-0
shrc
+ 5
- 0
shrc
View File
@@ -199,6 +199,11 @@ command -v fortune >/dev/null && {
fi
}
if null type figlet && null type lolcat
then
figlet `uname -sm` | lolcat
fi
uname -a
$iswindows && alias tty="echo cmd.exe"
echo TERM $TERM with $(tput colors) colors using $(tty)
Write
Preview
Loading…
Cancel
Save