Last active
September 26, 2022 01:20
-
-
Save foldfelis/59a38fdc861e32bd46f29f2d62a80ac4 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # 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