入手 zsh 和 oh-my-zsh

zsh

安装 zsh 在任何系统上几乎都是差不多。Zsh 是一款功能强大的交互式 shell,与 Bash 相比,Zsh 下面几点表现令人印象深刻:

[wm_list bullet=“icon-linux” class=""]

  • 自动补全

  • 拼写纠错

  • 定制性强

  • 美观的命令提示符(这点吸引力最大)

[/wm_list]

相信你安装之后,对上面几点会有更加真切的感受!

下面是 RHEL 7 上的安装过程。

[bash]

[root@w540]~# yum install git [root@w540]~# curl -L https://github.com/robbyrussell/oh-my-zsh/raw/master/tools/install.sh | sh [root@w540]~# cat .zshrc

Path to your oh-my-zsh installation.

export ZSH=/root/.oh-my-zsh

Set name of the theme to load.

Look in ~/.oh-my-zsh/themes/

Optionally, if you set this to “random”, it’ll load a random theme each

time that oh-my-zsh is loaded.

#ZSH_THEME=“robbyrussell” ZSH_THEME=“bira” # 后面的文字都省略,我就修改了这个文件的这一个参数,bira 的提示符感觉比较新颖和实用 [root@w540]~# zsh ╭─root@w540 ~ ╰─$ ls anaconda-ks.cfg Desktop Documents Downloads initial-setup-ks.cfg ist Music Pictures Public Templates Videos ╭─root@w540 ~ ╰─$ [/bash]

下面是装完之后的截图,以后我的测试机的默认 shell 应该都是这个样子了:)

rhel7-zsh-ohmyzsh

zsh 的功能还是比较强大的,然后再加上 ohmyzsh 这套配置参数文件和工具插件,shell 下地工作效率应该可以提高了。下面是一下参考网站:

[wm_list bullet=“icon-linux” class=""]

[/wm_list]

Mac OS X 用户则建议实用 iTerm2 来替换原声的 terminal。下载 item2 在这里:http://iterm2.com/

iterm2-logo

署名-非商业性使用-禁止演绎 4.0 (CC BY-NC-ND 4.0)
comments powered by Disqus
本博客始于 2007 年
Built with Hugo
主题 StackJimmy 设计