#!/bin/bash

if [ "$*" == "config get prefix" ]; then
    echo "$HOME/.node_modules"
    exit 0
fi
exit 1
