## zsh #############################################################################
#
#  .zshrc selon Titux, à adopter selon les besoins ;=)
#
# version  : 2.0
# contact  : contact@titux.org
#
#-----------------------------------------------------------------------------------


## MAISON #############################################################################
##----------------------------------------------------------------------------------
#
export MAISON="/Maison/$USER"

## zsh #############################################################################
##----------------------------------------------------------------------------------
#
export ZSH="$HOME/.oh-my-zsh"

plugins=(git colored-man-pages zsh-navigation-tools zsh-autosuggestions)

# export PROMPT="%{%f%b%k%} $(build_prompt) > "

ZSH_THEME="mikeh"
ZSH_THEME="suvash"
ZSH_THEME="_re5et"
ZSH_THEME="funky"
ZSH_THEME="mikeh"
ZSH_THEME="agnoster"

source $ZSH/oh-my-zsh.sh

#export PROMPT="%{$bg[black]%}%{$fg[white]%}╭─%{$bg[blue]%}%{$fg[white]%} %n@%m:%{$reset_color%}%{$fg[blue]%}%~ %{$reset_color%}
#%{$bg[black]%}%{$fg[white]%}╰─[%h%1(j.%%%j.)%0(?..:%?)]ᐅ %{${ret_color%}"

# source /usr/share/powerline/bindings/zsh/powerline.zsh


## tux #############################################################################
##----------------------------------------------------------------------------------
#
source $MAISON/tux/tux_functions

export PATH=$MAISON/tux:$MAISON/bin:$PATH

## alias ###########################################################################
##----------------------------------------------------------------------------------
#
alias  l="/bin/ls -A"
alias rm="/bin/rm -i"
alias cp="/bin/cp -i"
alias mv="/bin/mv -i"
alias  c="/bin/clear"


## Compilation flags ###############################################################
##----------------------------------------------------------------------------------
export LANGUAGE=fr_FR
export ARCHFLAGS="-arch x86_64"

