WSL
- 连接阿里云
ssh root@47.102.124.245 -i /root/xxx.pem
修改文件夹配色
选择文件夹的颜色配色方案
git clone https://github.com/seebi/dircolors-solarized.git
移动需要的配色方案到目录下
cp dircolors.256dark ~/.dircolors
将以下的代码加入到/.bashrc与/.zshrc中
1 | if [ -f ~/.dircolors ]; then |
自定义指令
使用alias指令
输入完成后执行
source .zshrc