From d29602197d5afb34b619e4f50fb763bce4a78ac9 Mon Sep 17 00:00:00 2001 From: Arti Zirk Date: Tue, 1 Jan 2019 23:29:32 +0200 Subject: [PATCH] export iostat colors --- .zshrc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.zshrc b/.zshrc index d9597af..ca30520 100644 --- a/.zshrc +++ b/.zshrc @@ -46,6 +46,9 @@ zstyle ':filter-select' extended-search yes EDITOR=nano VISUAL=nano +# iostat colors +export S_COLORS=auto + source /usr/share/zsh/site-functions/git-flow-completion.zsh export PATH="/home/arti/.bin:$(ruby -e 'print Gem.user_dir')/bin:$PATH" @@ -70,4 +73,3 @@ function gedit { fi PATH=$REAL_PATH env -u VIRTUAL_ENV /usr/bin/gedit $@; } -S_COLORS=auto