These contain my configurations for some of the applications I use.
- Fix the
zshrcprompt so that it is faster - Fix the
zshrcprompt so that it uses thepromptcommand
cd into this directory
for file in _*; do ln -s $PWD/$file $HOME/${file/_/.}; done