Created
January 6, 2021 08:54
-
-
Save asgaut/b8ba5ea4fc5c8d988da4fda59fafdd81 to your computer and use it in GitHub Desktop.
JSON snipped for Miniconda in Windows Terminal
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
| { | |
| // Miniconda Powershell prompt for local user install (non-admin install) | |
| "guid": "{1caa0dad-35be-5f56-a812-afceeeaa1234}", | |
| "name": "Miniconda", | |
| "commandline": "%windir%\\System32\\WindowsPowerShell\\v1.0\\powershell.exe -ExecutionPolicy ByPass -NoExit -Command \"& '%USERPROFILE%\\Miniconda3\\shell\\condabin\\conda-hook.ps1' ; conda activate '%USERPROFILE%\\Miniconda3' \"", | |
| "icon": "%USERPROFILE%\\Miniconda3\\Menu\\Iconleak-Atrous-PSConsole.ico", | |
| "hidden": false, | |
| "startingDirectory": "%HOMEPATH%" | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment