new colorizations

This commit is contained in:
Jenkins (DMT) 2015-05-19 16:47:41 +02:00
commit 8db7f85fc1
3 changed files with 56 additions and 3 deletions

33
zshrc
View file

@ -1,5 +1,10 @@
# ezzsh - zshrc
module_path=($module_path /usr/local/lib/zpython)
zmodload zsh/zpython
# path to your zsh configuration.
ZSH="$HOME/.zsh"
@ -229,3 +234,31 @@ function compile () {
for file in "$@"; do gcc -o "${file%.}" "$file"; done
}
autoload -U colors zsh-mime-setup select-word-style
colors
zsh-mime-setup
select-word-style bash
autoload -U colors zsh-mime-setup select-word-style
setopt PROMPT_SUBST
color="blue"
if [ "$USER" = "root" ]; then
color="red"
fi;