How can I customize the alias? #9059

Closed
opened 2026-01-31 01:44:55 +00:00 by claunia · 1 comment
Owner

Originally created by @linmii on GitHub (Jun 16, 2020).

Is there a setting that I can customize the alias for command?
Just like ll means ls, findstr means grep.

Originally created by @linmii on GitHub (Jun 16, 2020). Is there a setting that I can customize the alias for command? Just like `ll` means `ls`, `findstr` means `grep`.
claunia added the Issue-QuestionNeeds-Tag-FixResolution-Answered labels 2026-01-31 01:44:55 +00:00
Author
Owner

@DHowett commented on GitHub (Jun 16, 2020):

For CMD, you'll want to look into doskey. For PowerShell, New-Alias. There isn't anything we can do here on the Terminal side because the Terminal just sends the letters you type to somebody else to process.

@DHowett commented on GitHub (Jun 16, 2020): For CMD, you'll want to look into `doskey`. For PowerShell, `New-Alias`. There isn't anything we can do here on the Terminal side because the Terminal just sends the letters you type to somebody else to process.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/terminal#9059