centos6.4安裝zsh與dircolors

1. 安裝zsh

git clone git://github.com/robbyrussell/oh-my-zsh.git ~/.oh-my-zsh
cp ~/.oh-my-zsh/templates/zshrc.zsh-template ~/.zshrc
chsh -s /bin/zsh

2. 使用dircolors-solarized

Linux下的 ls --color=auto 命令,實際上是根據兩個文件來顯示顏色的,/etc/DIR_COLORS 或者 ~/.dir_colors, 一個是系統級別的配置文件,一個用戶級別的配置文件。git

git clone git://github.com/seebi/dircolors-solarized.git
cp ./dircolors.256dark ~/.dir_colors

因爲個人GNOME Terminal 2.31.3支持256colors,所以使用dircolors.256darkgithub

3. 開啓terminal 256 colors

在~/.zshrc中加入:
export TERM=xterm-256colorspa

4. 效果圖

相關文章
相關標籤/搜索