Beautify Linux interface---Zsh terminal

Insert picture description here

Source: WeChat Official Account "Programming Learning Base"

Terminal shell

There are several shells to check your system

cat /etc/shells
➜  ~ cat /etc/shells
# /etc/shells: valid login shells
/bin/sh
/bin/dash
/bin/bash
/bin/rbash
/usr/bin/tmux
/bin/zsh
/usr/bin/zsh

Why use Zsh

Compared to the default Bash&#x

Guess you like

Origin blog.csdn.net/qq_44519484/article/details/108755489