This file contains 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
export PATH=/usr/local/bin:/usr/local/sbin:$PATH | |
alias ls='ls -G' | |
alias py='python3 -i ~/.pythonrc.py' | |
export CLICOLOR=1; | |
export LESSEDIT='mate -l %lm %f' | |
export TEXEDIT='mate -w -l %d "%s"' | |
alias more=less | |
alias doathena="ssh athena.dialup.mit.edu" | |
alias calci bc |