[ADD] Bash configuration files

This commit is contained in:
Bruno BELANYI 2019-07-11 21:50:34 +02:00
parent 3544853025
commit 942b21b71d
4 changed files with 124 additions and 0 deletions

6
bash/.bash_profile Normal file
View file

@ -0,0 +1,6 @@
#
# ~/.bash_profile
#
. ~/.profile
[[ -f ~/.bashrc ]] && . ~/.bashrc