Voilà j'ai réinstall Arch mais avec le cd ftp pour voir comment ça fonctionnait.
Mais à mon grand étonnement les jolis couleurs pour les répertoires et tout avait disparu dans la console, j'ai cherché je ne trouve pas grand chose . Est-ce qu'il existe déjà un pack déjà fait pour avoir toutes ces couleurs (que je trouvais bien choisies)?
Cordialement,
Nb : je sens que je vais me faire lincher, ça sent le sujet déjà vu, mais suis pas doué ^^'
# source /etc/profile
export EDITOR="emacsclient"
export ALTERNATE_EDITOR="emacs"
PS1='\! \[\033[01;32m\]\u@\h\[\033[00m\]:\[\033[01;34m\]\w\[\033[00m\]\$ '
#alias ls='ls --color'
alias lh='ls -lh'
# This line was appended by KDE
# Make sure our customised gtkrc file is loaded.
# (This is no longer needed from version 0.8 of the theme engine)
# export GTK2_RC_FILES=$HOME/.gtkrc-2.0
export MANPAGER=/usr/bin/less
export PAGER=/usr/bin/less
#export MANPAGER="col -b | view -c 'set ft=man nomod nolist' -"
export GREP_OPTIONS='--color=auto'
export GREP_COLOR='1;31'
# Some aliases in a specific file
if [ -f ~/.bash_aliases ]; then
. ~/.bash_aliases
fi
export OOO_FORCE_DESKTOP=kde
#unicode_start
#special screen-specific stuff for window titles
case $TERM in
screen*)
trap 'echo -ne "\ek${BASH_COMMAND%%\ *}\e\\"' DEBUG
PROMPT_COMMAND='echo -ne "\ek$(pwd 15)\e\\"'
;;
xterm*)
#export EDITOR=kwrite
;;
esac
#if [ -n $XDM_MANAGED ] ; then
#export EDITOR=kwrite
#fi
# Put your fun stuff here.
PRINTERS="Brother:Lexmark"
export PATH=$PATH:./
R300_SPAN_DISABLE_LOCKING=1
export SVN=/var/svn
#Gnu Linux Magazine France H.S. #34 tips
shopt -s histappend
PROMPT_COMMAND='history -a'
#Some more controls over the history
HISTCONTROL='ignoreboth'
HISTSIZE='2000'
#export IGNOREEOF=1
export LESS_TERMCAP_mb=$'\E[01;31m' # début de blink
export LESS_TERMCAP_md=$'\E[01;31m' # début de gras
export LESS_TERMCAP_me=$'\E[0m' # fin
export LESS_TERMCAP_so=$'\E[01;44;33m' # début de la ligne d`état
export LESS_TERMCAP_se=$'\E[0m' # fin
export LESS_TERMCAP_us=$'\E[01;32m' # début de souligné
export LESS_TERMCAP_ue=$'\E[0m' # fin
#MPC configuration settings for the local net
export MPD_HOST=******@192.168.0.1
export MPD_PORT=6606
#Some shell options from man bash
#Syntax correction for the paths
shopt -s cdspell
#Improving the pattern matching
shopt -s extglob
#shopt -s failglob
#SInce I've discoverd histroy editing, I may want to correct an history editing entry
shopt -s histreedit
# source /etc/bash_completion
[[ -f /etc/profile.d/bash-completion ]] && source /etc/profile.d/bash-completion
Warranty
THIS ADVICE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
En clair, je ne pourrais être tenu responsable des dégats causés par l'utilisation de mes conseils