An open API service indexing awesome lists of open source software.

https://github.com/tez3998/shortening-windows-powershell-prompt

Windows PowerShellのプロンプトを短縮するスクリプト
https://github.com/tez3998/shortening-windows-powershell-prompt

windows-powershell

Last synced: 3 months ago
JSON representation

Windows PowerShellのプロンプトを短縮するスクリプト

Awesome Lists containing this project

README

        

### 変更後のプロンプト

ps-prompt

### ファイルの配置先
PowerShellで$PROFILEの値を確認し、ディレクトリがなければ作成する。

### 権限の付与
管理者権限でPowerShellを起動し、次のコマンドを実行する。
```powershell
PowerShell Set-ExecutionPolicy RemoteSigned
```

権限は次のコマンドで確認できる。
権限がRemoteSignedになっていればOK。
```powershell
Get-ExecutionPolicy
```