Skip to content

Commit

Permalink
Add simple la like command in PowerShell
Browse files Browse the repository at this point in the history
  • Loading branch information
kachick committed Aug 21, 2023
1 parent 98f0008 commit 74a102e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions windows/config/Profile.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,7 @@ Set-PSReadLineOption -EditMode Emacs
$env:Path = [System.Environment]::GetEnvironmentVariable("Path","Machine") + ";" + [System.Environment]::GetEnvironmentVariable("Path","User")

Invoke-Expression (&starship init powershell)

function la {
Get-ChildItem -Force
}

0 comments on commit 74a102e

Please sign in to comment.