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
posted @ 2021-12-20 16:20  kaosay  阅读(172)  评论(0)    收藏  举报