Skip to content

Instantly share code, notes, and snippets.

@si618
Last active April 28, 2021 12:26
Show Gist options
  • Save si618/9bf27b7dce9d2eb220790ac4379886a6 to your computer and use it in GitHub Desktop.
Save si618/9bf27b7dce9d2eb220790ac4379886a6 to your computer and use it in GitHub Desktop.
Powershell profile
Import-Module lolcat
$alien = Join-Path $HOME "\Google Drive\Documents\Geek\Powershell\profile-alien.txt"
lolcat $alien
Import-Module cowsay
Import-Module posh-git
$GitPromptSettings.DefaultPromptBeforeSuffix = '`n'
$GitPromptSettings.BranchColor.ForegroundColor = 'Cyan'
Set-Alias -Name k -Value kubectl.exe
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment