Skip to content
Snippets Groups Projects
Commit 7fbfc3fb authored by Fardale's avatar Fardale
Browse files

[.bashrc] typo

parent 1cfe0e6f
No related branches found
No related tags found
No related merge requests found
......@@ -641,7 +641,7 @@ function welcome_message ()
# des commandes, on se retrouve avec des comportements non souhaités
# si on ne change pas le fichier d'historique entre les deux.
export HISTFILE=~/.bash/history/$HOSTNAME
if [ -d ~/.bash/history ]; then
if [ ! -d ~/.bash/history ]; then
mkdir -p ~/.bash/history
fi
......@@ -696,7 +696,7 @@ if [ -f ~/.bash/aliases ]; then
fi
# Fichier locaux (utile quand on clone sa config sur plusieurs machines)
if [ -f ~/.bash/bashrc.local ]; then
if [ -f ~/.bash/bashrc.local ]; then
. ~/.bash/bashrc.local
fi
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment