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
| { | |
| "audioFx": { | |
| "delay": 0, | |
| "eq": { | |
| "enabled": false, | |
| "factor": 1, | |
| "values": [ | |
| 0, | |
| 0, | |
| 0, |
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
| { | |
| "$help": "https://aka.ms/terminal-documentation", | |
| "$schema": "https://aka.ms/terminal-profiles-schema-preview", | |
| "actions": | |
| [ | |
| { | |
| "command": "find", | |
| "id": "User.find" | |
| }, | |
| { |
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
| timeout 300 | |
| scoop status & ^ | |
| scoop update & ^ | |
| scoop update * & ^ | |
| scoop cleanup * & ^ | |
| scoop cache rm * & ^ | |
| pause |