]> gitweb.pimeys.fr Git - config-20-100.git/commitdiff
[.bashrc] Titres de sections
authorVincent Le Gallic <legallic@crans.org>
Mon, 31 Mar 2014 19:13:47 +0000 (21:13 +0200)
committerVincent Le Gallic <legallic@crans.org>
Mon, 31 Mar 2014 19:18:14 +0000 (21:18 +0200)
.bashrc

diff --git a/.bashrc b/.bashrc
index 50f4f8b128af1de598c998cce3a270f7663701b9..057bd56631f163e84fe48979aae16c421439fcc7 100644 (file)
--- a/.bashrc
+++ b/.bashrc
@@ -338,6 +338,11 @@ shopt -s histappend
 # Ajouter ~/bin, /sbin et /usr/sbin à son PATH
 PATH=~/bin:$PATH:/sbin:/usr/sbin
 
+
+# +----------+
+# | Sourcing |
+# +----------+
+
 # Chargement des alias
 if [ -f ~/.bash_aliases ]; then
     . ~/.bash_aliases
@@ -350,6 +355,11 @@ if [ -f ~/.bash_aliases_local ]; then
     . ~/.bash_aliases_local
 fi
 
+
+# +-----+
+# | End |
+# +-----+
+
 # On n'exécute le welcome_message que à ce moment, parce que la customisation
 # local a pu changer des couleurs
 welcome_message