zsh 
Zsh
安装 
sh
sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"sh
cd ~/.oh-my-zsh/pluginssh
gcl https://github.com/zsh-users/zsh-autosuggestions.gitsh
gcl https://github.com/zsh-users/zsh-syntax-highlighting.gitsh
gcl https://github.com/agkozak/zsh-z.gitsh
cd ~sh
curl -sS https://starship.rs/install.sh | sh使用说明 
sh
plugins=(
  git
  command-not-found
  zsh-autosuggestions
  zsh-syntax-highlighting
  zsh-z
)sh
eval "$(starship init zsh)"sh
function i() {
  cd ~/i/$1
}