# Lines configured by zsh-newuser-install
# =======================================
HISTFILE=~/.histfile
HISTSIZE=100
SAVEHIST=0
setopt hist_ignore_all_dups
setopt autocd extendedglob nomatch notify
unsetopt appendhistory beep
bindkey -e
# End of lines configured by zsh-newuser-install
# The following lines were added by compinstall
# =============================================
zstyle :compinstall filename '/home/seb/.zshrc'
autoload -Uz compinit
compinit
# End of lines added by compinstall
# Gentoo ZSH Officiel
# http://www.gentoo.org/doc/en/zsh.xml
# ====================================
#
zstyle ':completion:*:descriptions' format '%U%B%d%b%u'
zstyle ':completion:*:warnings' format '%BSorry, no matches for: %d%b'
#setopt correctall
autoload -U promptinit
promptinit
# /Gentoo ZSH Officiel
### COLORS ###
fg_green=$'%{\e[0;32m%}'
fg_blue=$'%{\e[0;34m%}'
fg_cyan=$'%{\e[0;36m%}'
fg_red=$'%{\e[0;31m%}'
fg_brown=$'%{\e[0;33m%}'
fg_purple=$'%{\e[0;35m%}'
fg_light_gray=$'%{\e[0;37m%}'
fg_dark_gray=$'%{\e[1;30m%}'
fg_light_blue=$'%{\e[1;34m%}'
fg_light_green=$'%{\e[1;32m%}'
fg_light_cyan=$'%{\e[1;36m%}'
fg_light_red=$'%{\e[1;31m%}'
fg_light_purple=$'%{\e[1;35m%}'
fg_no_colour=$'%{\e[0m%}'
fg_white=$'%{\e[0;37m%}'
fg_black=$'%{\e[0;30m%}'
#### PROMPT ###
PS1="${fg_light_green}%m ${fg_light_blue}%c ${fg_white}%# ${fg_no_colour}"