Skip to content

Script Paths

Nate Ferrell edited this page Aug 22, 2019 · 4 revisions

Synopsis

An overview of the Script Paths concept in PSProfile.

Description

Script Paths are stored as an array of strings in the PSProfile object property $PSProfile.ScriptPaths.

The Script Paths are invoked during PSProfile load. Any functions in the scripts will be imported at the Global scope so they are available in the current session after PSProfile finishes loading.

Commands

Adds a new Script Path to your PSProfile.

Gets a Script Path or the list of Script Paths from your PSProfile configuration.

Removes a Script Path from your PSProfile.

PSProfile

Concepts

Function Help

Command Aliases

Configuration

Helpers

Init Scripts

Meta

Modules to Import

Modules to Install

Path Aliases

Plugin Paths

Plugins

Power Tools

Project Paths

Prompts

Script Paths

Secrets

Symbolic Links

Variables

Badges

Azure Pipelines      Discord - Chat      Slack - Chat      Codacy PowerShell Gallery      GitHub Releases      GitHub Releases

Clone this wiki locally