mirror of
https://github.com/fleschutz/PowerShell.git
synced 2024-11-22 07:53:21 +01:00
Update FAQ.md
This commit is contained in:
parent
e5513eea5c
commit
8b019cb80e
@ -33,6 +33,8 @@
|
|||||||
3. **Want to set PowerShell as your default shell?**
|
3. **Want to set PowerShell as your default shell?**
|
||||||
* Make sure the file **/etc/shells** (contains valid login shells) has a **/usr/bin/pwsh** line, otherwise add it.
|
* Make sure the file **/etc/shells** (contains valid login shells) has a **/usr/bin/pwsh** line, otherwise add it.
|
||||||
* Now execute: **`chsh -s /usr/bin/pwsh <USERNAME>`** (replace <USERNAME> by your user name).
|
* Now execute: **`chsh -s /usr/bin/pwsh <USERNAME>`** (replace <USERNAME> by your user name).
|
||||||
|
4. **The SSH login is too verbose?**
|
||||||
|
* Just execute: `echo > ~/.hushlogin`
|
||||||
</details>
|
</details>
|
||||||
|
|
||||||
<details><summary>How to install PowerShell on MacOS?</summary>
|
<details><summary>How to install PowerShell on MacOS?</summary>
|
||||||
|
Loading…
Reference in New Issue
Block a user