> It still doesn't have default actions for non-executable files (so that I can just type "main.c" and it'll load it up in a text editor, or "yaranaika.jpg" and it'll open an image viewer.
Guess what I just stumbled upon on some ZSH fansite?
alias -s tex=vim
./a.tex
<vim starts up and displays the file>
And another thing..
autoload zmv
zmv '(*).bak' '$1' # Removes '.bak' from all files that match the first arg
Superiority! Groar Now I want this to become something like that MSH. I propose ruby as the foundation~