Skip to content

Instantly share code, notes, and snippets.

@foldfelis
Last active September 26, 2022 01:20
Show Gist options
  • Select an option

  • Save foldfelis/59a38fdc861e32bd46f29f2d62a80ac4 to your computer and use it in GitHub Desktop.

Select an option

Save foldfelis/59a38fdc861e32bd46f29f2d62a80ac4 to your computer and use it in GitHub Desktop.
# cowsay "I use Windows, BTW"
oh-my-posh.exe --init --shell pwsh --config ${env:PROGRAMFILES(x86)}\oh-my-posh\themes\ys.omp.json | Invoke-Expression
function JL([String]$ScriptName) {
julia.exe -t 8 -i --proj "$ScriptName"
}
function Pluto() {
julia.exe -t 8 -e "using Pluto; Pluto.run()"
}
function L {
Get-ChildItem
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment