PhpBrew\Command\InitCommand::getBashScriptPath PHP Method

getBashScriptPath() protected method

protected getBashScriptPath ( )
    protected function getBashScriptPath()
    {
        $path = $this->getCurrentShellDirectory();
        return file_get_contents($path . DIRECTORY_SEPARATOR . 'bashrc');
    }