mirror of
https://github.com/js0ny/dotfiles.git
synced 2025-12-21 00:33:00 +00:00
Update Mac PowerShell
This commit is contained in:
parent
40e939bfb4
commit
279e112e01
1 changed files with 0 additions and 3 deletions
|
|
@ -39,7 +39,6 @@ ${function:doku} = { Set-Location -Path ~\doku && Get-ChildItem }
|
|||
Set-Alias "touch" "New-Item"
|
||||
Set-Alias "ll" "Get-ChildItem"
|
||||
Set-Alias "curl" "Invoke-WebRequest"
|
||||
Set-Alias "cd" "Set-Location"
|
||||
Set-Alias "man" "Get-Help"
|
||||
Set-Alias "kill" "Stop-Process"
|
||||
|
||||
|
|
@ -88,8 +87,6 @@ function cdls { param( [string] $dirname)
|
|||
|
||||
### Modules ###
|
||||
|
||||
Import-Module -Name Microsoft.WinGet.CommandNotFound #f45873b3-b655-43a6-b217-97c00aa0db58
|
||||
|
||||
Import-Module CompletionPredictor
|
||||
|
||||
### Misc ###
|
||||
Loading…
Add table
Add a link
Reference in a new issue