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
| ## | |
| ## Slightly nicer .bashrc | |
| ## Makes pretty colors and stuff | |
| ## | |
| ## Set $PATH, which tells the computer where to search for commands | |
| export PATH="$PATH:/usr/sbin:/sbin:/bin:/usr/bin:/etc:/usr/ucb:/usr/local/bin:/usr/local/local_dfs/bin:/usr/bin/X11:/usr/local/sas" | |
| ## Where to search for manual pages | |
| export MANPATH="/usr/share/man:/usr/local/man:/usr/local/local_dfs/man" |