change shell on linux

This commit is contained in:
Alexander Popov 2025-04-04 20:44:04 +03:00
parent f349112ecf
commit 738927557c
Signed by: iiiypuk
GPG Key ID: E47FE0AB36CD5ED6

View 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
```