Skip to content

Command Aliases

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

Synopsis

An overview of the Command Alias concept in PSProfile.

Description

Command Aliases are stored as a hashtable in the PSProfile object property $PSProfile.CommandAliases.

Keys stored in this hashtable will be set as aliases via New-Alias targeting the corresponding value.

Command Aliases will be set during PSProfile import.

Commands

Adds a new Command Alias to your PSProfile.

Gets a Command Alias or the list of Command Aliases from your PSProfile configuration.

Removes a Command Alias 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