mirror of
https://github.com/artizirk/dotfiles.git
synced 2024-11-22 08:20:59 +02:00
export iostat colors
This commit is contained in:
parent
497069ae84
commit
d29602197d
4
.zshrc
4
.zshrc
@ -46,6 +46,9 @@ zstyle ':filter-select' extended-search yes
|
|||||||
EDITOR=nano
|
EDITOR=nano
|
||||||
VISUAL=nano
|
VISUAL=nano
|
||||||
|
|
||||||
|
# iostat colors
|
||||||
|
export S_COLORS=auto
|
||||||
|
|
||||||
source /usr/share/zsh/site-functions/git-flow-completion.zsh
|
source /usr/share/zsh/site-functions/git-flow-completion.zsh
|
||||||
|
|
||||||
export PATH="/home/arti/.bin:$(ruby -e 'print Gem.user_dir')/bin:$PATH"
|
export PATH="/home/arti/.bin:$(ruby -e 'print Gem.user_dir')/bin:$PATH"
|
||||||
@ -70,4 +73,3 @@ function gedit {
|
|||||||
fi
|
fi
|
||||||
PATH=$REAL_PATH env -u VIRTUAL_ENV /usr/bin/gedit $@;
|
PATH=$REAL_PATH env -u VIRTUAL_ENV /usr/bin/gedit $@;
|
||||||
}
|
}
|
||||||
S_COLORS=auto
|
|
||||||
|
Loading…
Reference in New Issue
Block a user