直接上图:
左连接之后最好还是加上order by自定义排序!
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...