Last active
May 12, 2017 17:13
-
-
Save akash0x53/6094731 to your computer and use it in GitHub Desktop.
Terminal greeting.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Terminal greeting. | |
# Whenever you open a terminal, it will show a man page of randomly selected command. | |
# [useful for beginner.] | |
# source : efytimes.com | |
#append this line to ~/.bashrc | |
man `ls /usr/bin | shuf -n1` | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment