Skip to content

Plugin Paths

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

Synopsis

An overview of the Plugin Paths concept in PSProfile.

Description

Plugin Paths are stored as an array of strings in the PSProfile object property $PSProfile.PluginPaths. The paths in $env:PSModulePath are automatically added for you, so the only paths that need to be added here are custom paths unique to your machine.

These paths are searched for plugins to import during PSProfile load.

Commands

Adds a new Plugin Path to your PSProfile.

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

Removes a Plugin 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