How to set eza alias in powershell #687
-
I Don't know how to set eza alias in powershell. Can someone tell me how I can set alias in pwsh |
Beta Was this translation helpful? Give feedback.
Answered by
PThorpe92
Nov 27, 2023
Replies: 1 comment
-
I believe you have to create a New-Alias -Name ls -Value eza --icons etc... You can run |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
PThorpe92
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I believe you have to create a
profile.ps1
in your home directory, if one does not already exist, and then you can simply addYou can run
New-Alias
right in powershell too, but it will not persist across sessions I dont believe