Threw in some more bugfixes in here for osx as well.
Fixes #92 #93
Changes:
• create rc files if they don't exist (just use feature detection to decide which files to touch e.g. command -v zsh && $create_zshrc_files)
• manage both bashrc and bash_profile (...meh, it works at least)
• account for missing md5sum and use osx-provided /sbin/md5 instead
• fix $TMPDIR path issue with trailing slash
Threw in some more bugfixes in here for osx as well.
Fixes #92 #93
Changes:
• create rc files if they don't exist (just use feature detection to decide which files to touch e.g.
command -v zsh && $create_zshrc_files
) • manage both bashrc and bash_profile (...meh, it works at least) • account for missing md5sum and use osx-provided/sbin/md5
instead • fix$TMPDIR
path issue with trailing slash