差分
このページの2つのバージョン間の差分を表示します。
| 次のリビジョン | 前のリビジョン | ||
| windows:pshazz [2020/05/10 03:26] – 作成 ともやん | windows:pshazz [2020/09/12 02:33] (現在) – ともやん | ||
|---|---|---|---|
| 行 1: | 行 1: | ||
| - | < | ||
| - | < | ||
| - | #result pre, #mincode pre { | ||
| - | overflow: hidden; | ||
| - | font-size: 10px; | ||
| - | } | ||
| - | # | ||
| - | height: 400px; | ||
| - | overflow: scroll; | ||
| - | overflow-x: hidden; | ||
| - | font-size: 10px; | ||
| - | } | ||
| - | #logo { | ||
| - | background-color: | ||
| - | padding: 10px; | ||
| - | width: fit-content; | ||
| - | } | ||
| - | #logo p { | ||
| - | margin: 0; | ||
| - | } | ||
| - | </ | ||
| - | </ | ||
| ====== Pshazz - Powershell プロファイルの拡張 ====== | ====== Pshazz - Powershell プロファイルの拡張 ====== | ||
| 行 26: | 行 4: | ||
| [[windows: | [[windows: | ||
| <code powershell> | <code powershell> | ||
| - | PS > scoop install pshazz | + | $ scoop install pshazz |
| </ | </ | ||
| - | <WRAP prewrap 100% #result_long> | + | <WRAP prewrap 100% #result> |
| - | < | + | < |
| - | Installing ' | + | Installing ' |
| - | Downloading https:// | + | Downloading https:// |
| - | Checking hash of 30609306103dd2988353e44596c6093c688b0ea5.zip ... ok. | + | Checking hash of e39443e96a744dd62e3054079b25b46297f2eaee.zip ... ok. |
| - | Extracting | + | Extracting |
| Adding pshazz to your powershell profile. | Adding pshazz to your powershell profile. | ||
| 行 47: | 行 25: | ||
| You can enable it by running ' | You can enable it by running ' | ||
| Your PowerShell is now powered by pshazz! | Your PowerShell is now powered by pshazz! | ||
| - | Linking ~\scoop\apps\pshazz\current => ~\scoop\apps\pshazz\0.2019.08.07 | + | Linking ~\scoop\apps\pshazz\current => ~\scoop\apps\pshazz\0.2020.05.23 |
| Creating shim for ' | Creating shim for ' | ||
| - | ' | + | ' |
| </ | </ | ||
| + | </ | ||
| + | |||
| + | PowerShell 起動時に「< | ||
| + | <WRAP prewrap 100% #result> | ||
| + | <code powershell> | ||
| + | PowerShell 7.0.3 | ||
| + | Copyright (c) Microsoft Corporation. All rights reserved. | ||
| + | |||
| + | https:// | ||
| + | Type ' | ||
| + | |||
| + | The ssh-agent service is disabled. Please enable the service and try again. | ||
| + | You can enable it by running ' | ||
| + | Loading personal and system profiles took 2067ms. | ||
| + | ~ $ | ||
| + | </ | ||
| + | </ | ||
| + | 管理者として以下のコマンドを実行する。\\ | ||
| + | <WRAP prewrap 100%> | ||
| + | <code powershell> | ||
| + | $ sudo Set-Service ssh-agent -StartupType Manual | ||
| + | </ | ||
| + | |||
| </ | </ | ||