Skip to content

Commit

Permalink
Merge pull request #325 from gerardog/gerardog-patch-1
Browse files Browse the repository at this point in the history
Update powershell.md
  • Loading branch information
gerardog authored Jan 9, 2024
2 parents c23b102 + 1177c83 commit dd284aa
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/docs/usage/powershell.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@ When the current shell is `PowerShell`, gsudo can be used in the following ways:
3. [`gsudo 'string command'`](#using-gsudo-command-syntax) => Old, legacy syntax.

- You can [add `gsudo` PowerShell Module](#powershell-profile-config) to your `$PROFILE`
- This enables to use `gsudo !!` to elevate last command.
- This allows tab-key auto-completition. For example, write 'gsudo` then `space` and then `tab` and your last executed command will be suggested.
- Also enables to use `gsudo !!` to elevate last command.

- In a pipeline of commands, `gsudo` only elevates one command.

Expand Down

0 comments on commit dd284aa

Please sign in to comment.