Update profile
This commit is contained in:
@@ -1,3 +1,6 @@
|
|||||||
|
# Setup
|
||||||
|
$PSProfileLoadTimePreference = 'Silent'
|
||||||
|
|
||||||
### Shell completion
|
### Shell completion
|
||||||
|
|
||||||
# Scoop completion
|
# Scoop completion
|
||||||
@@ -27,6 +30,10 @@ if (Get-Command packwiz -ErrorAction SilentlyContinue) {
|
|||||||
Invoke-Expression ((&packwiz completion powershell | Out-String))
|
Invoke-Expression ((&packwiz completion powershell | Out-String))
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (Get-Command cheat -ErrorAction SilentlyContinue) {
|
||||||
|
Invoke-Expression ((&cheat --completion powershell | Out-String))
|
||||||
|
}
|
||||||
|
|
||||||
### Aliases
|
### Aliases
|
||||||
|
|
||||||
# Unix like pwd
|
# Unix like pwd
|
||||||
|
|||||||
@@ -18,3 +18,5 @@
|
|||||||
helper = wincred
|
helper = wincred
|
||||||
helper = cache
|
helper = cache
|
||||||
|
|
||||||
|
[safe]
|
||||||
|
directory = *
|
||||||
|
|||||||
Reference in New Issue
Block a user