01/13/2012. From a lecture by Professor John Ousterhout at Stanford, class CS140
Here's today's thought for the weekend. A little bit of slope makes up for a lot of Y-intercept.
[Laughter]
| # FOR NYU SERVERS use .bashrc | |
| # Edit this file | |
| alias aliases="nano ~/.bash_profile" # usage: type `aliases` in Terminal | |
| # Navigate to location | |
| alias home="cd ~" | |
| alias desktop="cd ~/Desktop/" | |
| alias repos="cd ~/Documents/Repos/" |