第一步:正常打开微信客户端登录第一个微信账号
第二步:打开终端输入:open -n /APPlications/WeChat.app/contents/MacOS/WeChat 即可完成微信的双开。
MAC终端自动提示插件的安装
一、安装oh my zsh
oh my zsh官网:http://ohmyz.sh/
安装:$ sh -c "$(curl -fsSL https://raw.github.com/robbyrussell/oh-my-zsh/master/tools/install.sh)"
二、安装zsh-autosuggestions插件
使用的是托管在github.com上的zsh-autosuggestions插件,
地址:https://github.com/tarruda/zsh-autosuggestions
git clone git://github.com/zsh-users/zsh-autosuggestions $ZSH_CUSTOM/plugins/zsh-autosug...