windows:pshazz

差分

このページの2つのバージョン間の差分を表示します。

この比較画面へのリンク

次のリビジョン
前のリビジョン
windows:pshazz [2020/05/10 03:26] – 作成 ともやんwindows:pshazz [2020/09/12 02:33] (現在) ともやん
行 1: 行 1:
-<html> 
-  <style> 
-    #result pre, #mincode pre { 
-      overflow: hidden; 
-      font-size: 10px; 
-    } 
-    #result_long pre { 
-      height: 400px; 
-      overflow: scroll; 
-      overflow-x: hidden; 
-      font-size: 10px; 
-    } 
-    #logo { 
-      background-color: white; 
-      padding: 10px; 
-      width: fit-content; 
-    } 
-    #logo p { 
-      margin: 0; 
-    } 
-  </style> 
-</html> 
 ====== Pshazz - Powershell プロファイルの拡張 ====== ====== Pshazz - Powershell プロファイルの拡張 ======
  
行 26: 行 4:
 [[windows:scoop|Scoop]] によるインストール\\ [[windows:scoop|Scoop]] によるインストール\\
 <code powershell> <code powershell>
-PS > scoop install pshazz+scoop install pshazz
 </code> </code>
-<WRAP prewrap 100% #result_long+<WRAP prewrap 100% #result
-<code> +<code powershell
-Installing 'pshazz' (0.2019.08.07) [64bit] +Installing 'pshazz' (0.2020.05.23) [64bit] 
-Downloading https://github.com/lukesampson/pshazz/archive/30609306103dd2988353e44596c6093c688b0ea5.zip (-1 B)...+Downloading https://github.com/lukesampson/pshazz/archive/e39443e96a744dd62e3054079b25b46297f2eaee.zip (-1 B)...
  
-Checking hash of 30609306103dd2988353e44596c6093c688b0ea5.zip ... ok. +Checking hash of e39443e96a744dd62e3054079b25b46297f2eaee.zip ... ok. 
-Extracting 30609306103dd2988353e44596c6093c688b0ea5.zip ... done.+Extracting e39443e96a744dd62e3054079b25b46297f2eaee.zip ... done.
 Adding pshazz to your powershell profile. Adding pshazz to your powershell profile.
  
行 47: 行 25:
 You can enable it by running 'Set-Service ssh-agent -StartupType Manual' You can enable it by running 'Set-Service ssh-agent -StartupType Manual'
 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 'pshazz'. Creating shim for 'pshazz'.
-'pshazz' (0.2019.08.07) was installed successfully!+'pshazz' (0.2020.05.23) was installed successfully!
 </code> </code>
 +</WRAP>
 +
 +PowerShell 起動時に「<wrap em>The ssh-agent service is disabled. Please enable the service and try again.</wrap>」と言われたら...\\
 +<WRAP prewrap 100% #result>
 +<code powershell>
 +PowerShell 7.0.3
 +Copyright (c) Microsoft Corporation. All rights reserved.
 +
 +https://aka.ms/powershell
 +Type 'help' to get help.
 +
 +The ssh-agent service is disabled. Please enable the service and try again.
 +You can enable it by running 'Set-Service ssh-agent -StartupType Manual'
 +Loading personal and system profiles took 2067ms.
 +~ $
 +</code>
 +</WRAP>
 +管理者として以下のコマンドを実行する。\\
 +<WRAP prewrap 100%>
 +<code powershell>
 +$ sudo Set-Service ssh-agent -StartupType Manual
 +</code>
 +
 </WRAP> </WRAP>
  
  
  • windows/pshazz.1589048782.txt.gz
  • 最終更新: 2020/05/10 03:26
  • by ともやん