.zshenv is run everytime a zsh instance is started, including subshells and the
like. Use this file, now, to set things like PATH and such that are used
frequently.
Add a setup symlink for .zshenv
So I retab'd this file 'cause I was tired of all the tabs. There are a few other
changes too:
- Change my SnipMate email address
- Fix my trailing whitespace macro so it restores the cursor position
- Change up some of the list mode settings
Use a dot for trailing spaces in list view. Move comments off of remap lines (I
didn't realize Vim treated the entire line as part of the macro (i.e. NO
LINE-END COMMENTS).
Following several online tutorials about 'Pimping Vim' I added a bunch of
interesting new options and mappings to my .vimrc. I also commented everything,
line by line, to the best of my ability.