高效shell

shell

使用超强组合 oh-my-zsh + zsh-autosuggestions + z - jump around

  • oh-my-zsh : 目前非常火的终端配置,只需要简单下载到本地,就可以使用;
  • autosuggestions: 补全已经输入过的命令;
  • jump around : 感觉这个非常有用,在目录的跳转之间节省大量的时间;

命令

  • hstr: 查找历史命令,比Ctrl+R 方便太多,如果使用zsh 需要执行hstr --show-configuration >> ~/.zshrc , source ~/.zshrc ;
  • htop: 加强版的top, 安装与介绍可以看一下这里