recherche

Maison  >  Questions et réponses  >  le corps du texte

php - mac打算换zsh,以前使用bash需要做什么处理

比如以前 .bash_profile .bashrc 等等,里面的东西是不是zsh都不能用了。需要怎么处理呢,求转 zsh的大神告知。

PHPzPHPz2896 Il y a quelques jours286

répondre à tous(1)je répondrai

  • 迷茫

    迷茫2017-04-10 17:20:59

    zsh能完全兼容bash。你要做的只是在~/.zshrc里使用 source 命令执行~/.bash_profile即可。

    source ~/.bash_profile

    répondre
    0
  • Annulerrépondre