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
| #!/usr/bin/env ruby | |
| # ## An Easy Way to Compile and Run Java Classes | |
| # | |
| # System utility for compiling and running Java classes | |
| # in a specific directory structure. | |
| # | |
| # #### Recommended Installation | |
| # Save this code to a file named `easyjava`, somewhere on your HD. Then | |
| # in your `~/.bash_profile` add the following: |
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
| # Added by install_latest_perl_osx.pl | |
| [ -r /Users/Dan/.bashrc ] && source /Users/Dan/.bashrc | |
| [[ -s "/Users/Dan/.rvm/scripts/rvm" ]] && source "/Users/Dan/.rvm/scripts/rvm" # Load RVM into a shell session *as a function* | |
| ## PATH variables | |
| export PATH="$HOME/bin/Racket\ v5.2.1/bin/:$PATH" # Racket | |
| export PATH=/Users/Dan/bin/google/android-sdk-macosx/tools/:$PATH #Android development | |
| alias mips='java -jar /Users/Dan/Dropbox/work/classes/cs2600/assembly/Mars_4_1.jar' #MIPS emulator (MARS) | |
| function git_prompt() { |
NewerOlder