Skip to content

Instantly share code, notes, and snippets.

@bobbae
Created April 28, 2020 00:13
Show Gist options
  • Select an option

  • Save bobbae/e47b77ec6a278fff4e9231f6cc460336 to your computer and use it in GitHub Desktop.

Select an option

Save bobbae/e47b77ec6a278fff4e9231f6cc460336 to your computer and use it in GitHub Desktop.
# do code $PROFILE and edit
Import-Module posh-git
Import-Module oh-my-posh
Set-Theme Paradox
# Chocolatey profile
$ChocolateyProfile = "$env:ChocolateyInstall\helpers\chocolateyProfile.psm1"
if (Test-Path($ChocolateyProfile)) {
Import-Module "$ChocolateyProfile"
}
function Do-ls {
c:\users\bobba\bin\ls.exe -aCF $args
}
New-Alias l Do-ls
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment