# store this as $HOME/.aliases # run by typing ". ~/.aliases" without the quotes, also called from .bashrc # a couple of general aliases alias which='type -p' alias more=less alias emacs=runemacs # cygwin doesn't search for bat files in the path # these two bat files are needed a lot with Symbian development, so now you can just # type bldmake instead of bldmake.bat alias bldmake=bldmake.bat alias abld=abld.bat # an example of a useful shortcut for running symwiz #alias symwiz='python ~/src/symbian/symwiz/symwiz.py' #alias symwiz='python symwiz/symwiz.py' #eof