Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Maxime Bombar
Config_Files
Commits
149993e1
Commit
149993e1
authored
Mar 31, 2014
by
Vincent Le gallic
Browse files
[.bashrc] Titres de sections
parent
153a6b0b
Changes
1
Hide whitespace changes
Inline
Side-by-side
.bashrc
View file @
149993e1
...
...
@@ -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
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment