Files
data-engineering-zoomcamp/.devcontainer/Microsoft.PowerShell_profile.ps1
Martin Palkovic 19ceb212fd Added devcontainer for easy environment setup (#327)
* Added .devcontainer

Updated comment, line 84 of Dockerfile

* Update README.md

Added links for devcontainer VS Code extension and general devcontainer docs
2023-02-25 12:19:00 +01:00

14 lines
423 B
PowerShell

Import-Module posh-git
Import-Module PSFzf -ArgumentList 'Ctrl+t', 'Ctrl+r'
Import-Module z
Import-Module Terminal-Icons
Set-PSReadlineKeyHandler -Key Tab -Function MenuComplete
$env:POSH_GIT_ENABLED=$true
oh-my-posh init pwsh --config $env:POSH_THEME | Invoke-Expression
# NOTE: You can override the above env var from the devcontainer.json "args" under the "build" key.
# Aliases
Set-Alias -Name ac -Value Add-Content