starship
Summary
starship是带图标显示的,彩色的命令提示符。
Install
sh -c "$(curl -fsSL https://starship.rs/install.sh)"
vim ~/.bashrc
#add to the end of file
eval "$(starship init bash)"
退出重新登录即可.
Configuration
mkdir -p ~/.config && touch ~/.config/starship.toml