File tree Expand file tree Collapse file tree 2 files changed +11
-2
lines changed Expand file tree Collapse file tree 2 files changed +11
-2
lines changed Original file line number Diff line number Diff line change 74
74
75
75
- 命令:` service sshd restart `
76
76
77
+ ## 常用 SSH 连接终端
78
+
79
+ - Windows -- Xshell:< http://www.youmeek.com/ssh-terminal-emulator-recommend-xshell-and-xftp/ >
80
+ - Mac -- ZOC:< http://xclient.info/s/zoc-terminal.html >
81
+
77
82
## SSH 资料
78
83
79
84
- < http://www.jikexueyuan.com/course/861_1.html?ss=1 >
Original file line number Diff line number Diff line change 75
75
- 进入解压后目录并安装:` cd autojump_v21.1.2/ ; ./install.sh `
76
76
- 再执行下这个:` source /etc/profile.d/autojump.sh `
77
77
- 编辑配置文件,添加上 autojump 的名字:` vim /root/.zshrc `
78
-
79
-
78
+ - ` zsh-syntax-highlighting `
79
+ - 这个插件会记录你常去的那些目录,然后做一下权重记录,你可以用这个命令看到你的习惯:` j --stat ` ,如果这个里面有你的记录,那你就只要敲最后一个文件夹名字即可进入,比如我个人习惯的 program:` j program ` ,就可以直接到:` /usr/program `
80
+ - 插件官网:< https://github.com/zsh-users/zsh-syntax-highlighting >
81
+ - 安装,复制该命令:'git clone https://github.com/zsh-users/zsh-syntax-highlighting.git ${ZSH_CUSTOM:-~ /.oh-my-zsh/custom}/plugins/zsh-syntax-highlighting'
82
+ - 编辑:`vim ~/.zshrc`,找到这一行,后括号里面的后面添加:`plugins=( 前面的一些插件名称 zsh-syntax-highlighting)`
83
+ - 刷新下配置:`source ~/.zshrc`
80
84
81
85
### 主题
82
86
You can’t perform that action at this time.
0 commit comments