northstack / northstack-client

NorthStack Client
https://northstack.com
GNU General Public License v3.0
7 stars 1 forks source link

Add blurb about reloading/launching a new shell after updating bashrc… #91

Closed mm-pagely closed 5 years ago

mm-pagely commented 5 years ago

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