mac terminal 的学习
- 最好下载一个新的iterm ,这个更好一点,有很多功能
- 然后下载oh my zsh,一样功能更多,有很多plugins(插件)可以使用,我注意是为了git 的插件,因为经常不知道自己到了哪个branch,需要反复check
- 然后就是打开.zshrc 文件
** (way1)cd ~ ,vi .zshrc ** (way2) 现在vs code中command palette 输入shell command install ‘code’ command in PATH,一般当你输入shell command ,它会自己pop up出来,然后重新启动vs,就可以用了。 在terminal 中就可以输入code ~/.zshrc
装一些快捷键在terminal中
plugins=(git
bundler
dotenv
osx
rake
last-working-dir
websearch
)
**terminal 中会自动添加这些
- google balabala
- ofd
- tab
- command+d
- shift+command+d
- command +w
- dirs -v
|