MacOSでzshを使う。
1155 ワード
手順
1.completionの設定
brew uninstall bash-completion
brew install zsh-completions
2.zshを使用
chsh -s /bin/zsh
3.bashrcファイル移行
cp ~/.bashrc ~/.zshrc
4.~/.bash_profileの記述をコピペ
~/.bash_profile
# source ~/.bashrc より前の記述は~/.zprofile へ記述します。
source ~/.bashrc
# source ~/.bashrc より後の記述は~/.zloginへ記述します。
以上です。
参考
macOS
参考ページ
Author And Source
この問題について(MacOSでzshを使う。), 我々は、より多くの情報をここで見つけました https://qiita.com/akkiii/items/8775e8badccb066e0e58著者帰属:元の著者の情報は、元のURLに含まれています。著作権は原作者に属する。
Content is automatically searched and collected through network algorithms . If there is a violation . Please contact us . We will adjust (correct author information ,or delete content ) as soon as possible .