Add support for .dev.sh install-specific shell configuration
This commit is contained in:
@@ -97,6 +97,12 @@ function install {
|
||||
fi
|
||||
echo "Done"
|
||||
|
||||
echo "Creating empty .dev.sh..."
|
||||
if [ ! -e ~/.dev.sh ]; then
|
||||
echo "# Create install-specific shell configuration here." > ~/.dev.sh
|
||||
fi
|
||||
echo "Done"
|
||||
|
||||
echo "Tightening permissions on \$HOME..."
|
||||
if ! $dryrun; then
|
||||
chmod o-rx $HOME
|
||||
|
||||
Reference in New Issue
Block a user