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