Skip to content
Permalink
005c1b1eca
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
 
 
Cannot retrieve contributors at this time
6 lines (5 sloc) 270 Bytes
alias R='R --no-save -q'
alias sasdesk='rdesktop -u xie -d IASTATE sas.stat.iastate.edu'
alias Rbatch='R CMD BATCH --no-restore --no-save --no-timing'
alias aptup='sudo apt-get update; sudo apt-get upgrade'
alias aptrm='sudo apt-get autoremove; sudo apt-get autoclean'