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