This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Colors (with dark background) ============ | |
export CLICOLOR=1 | |
export LSCOLORS=gxBxhxDxfxhxhxhxhxcxcx | |
# Alias ===================================== | |
# Avoir des / après les noms de dossiers | |
alias ls='ls -hF' | |
# Obtenir un listage de répertoire détaillé | |
alias ll='ls -lh' | |
# Lister avec les fichiers cachés |