15-09-2021
This commit is contained in:
@@ -37,5 +37,7 @@ Désinstaller un module:
|
||||
|
||||
```powershell
|
||||
❯ Uninstall-Module -Name posh-git
|
||||
|
||||
❯ Uninstall-Module posh-git -Force -Verbose
|
||||
```
|
||||
|
||||
|
||||
@@ -1,27 +1,31 @@
|
||||
# Trucs
|
||||
|
||||
Ouvrir Windows Terminal en 3 panneaux:
|
||||
#### Ouvrir Windows Terminal en 3 panneaux:
|
||||
|
||||
```powershell
|
||||
wt -p "Debian" `; split-pane -p "PowerShell 7" `; split-pane -p "Invite de commandes"
|
||||
```
|
||||
|
||||
Ouvrir en 3 onglets dans Windows Terminal:
|
||||
#### Ouvrir en 3 onglets dans Windows Terminal:
|
||||
|
||||
```powershell
|
||||
wt -p "Debian" `; new-tab -p "PowerShell 7" `; new-tab -p "Invite de commandes"
|
||||
```
|
||||
|
||||
Palette de commande:
|
||||
#### Palette de commande:
|
||||
|
||||
`Ctrl + Shift + P`
|
||||
|
||||
Thèmes:
|
||||
#### Thèmes:
|
||||
|
||||
https://docs.microsoft.com/en-us/windows/terminal/tutorials/powerline-setup
|
||||
|
||||
https://ohmyposh.dev/docs/
|
||||
|
||||
#### Ne pas afficher de messages au lancement de PowerShell:
|
||||
|
||||
Lancer avec l'option --nolog: `powerShell.exe --nolog`
|
||||
|
||||
|
||||
|
||||
#### Ouvrir une nouvelle fenêtre Powershell en administrateur:
|
||||
|
||||
Reference in New Issue
Block a user