Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
F
fichiers_configuration
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
Operations
Operations
Incidents
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Boudy
fichiers_configuration
Commits
cdf60d05
Commit
cdf60d05
authored
Aug 03, 2017
by
Vincent Le Gallic
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
.profile public
parent
2005c72c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
24 additions
and
0 deletions
+24
-0
.profile
.profile
+24
-0
No files found.
.profile
0 → 100644
View file @
cdf60d05
# .bashrc générique mis à votre disposition
# par les gentils membres actifs du Cr@ns
# Vous pouvez l'utiliser, le redistribuer, le modifier à votre convenance.
# Des questions, des suggestions : {nounou,ca}@lists.crans.org
# Licence : WTFPL
# Les sections commentées par #~# sont des features qui ne sont pas activées
# par défaut. Sentez-vous libre de les décommenter pour les utiliser.
#------------------------------------------------------------------------------
# Si le shell est bash, lire le fichier de configuration (s'il existe)
if
[
-n
"
$BASH_VERSION
"
]
;
then
# include .bashrc if it exists
if
[
-f
"
$HOME
/.bashrc"
]
;
then
.
"
$HOME
/.bashrc"
fi
fi
# Si on a un dossier ~/bin, l'ajouter à la liste des dossiers
# dans lesquels le shell cherche les commandes
if
[
-d
"
$HOME
/bin"
]
;
then
PATH
=
"
$HOME
/bin:
$PATH
"
fi
Write
Preview
Markdown
is supported
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