change shell on linux
This commit is contained in:
parent
f349112ecf
commit
738927557c
11
content/posts/2025/linux/change-shell.md
Normal file
11
content/posts/2025/linux/change-shell.md
Normal file
@ -0,0 +1,11 @@
|
||||
---
|
||||
title: "📟 Как сменить командную оболочку в Linux"
|
||||
date: 2025-04-04T20:38:14+03:00
|
||||
draft: false
|
||||
tags: [linux, shell, tips]
|
||||
---
|
||||
|
||||
```sh
|
||||
# Команда для смены командной оболочки
|
||||
chsh -s /bin/fish
|
||||
```
|
Loading…
Reference in New Issue
Block a user