Add stuff

This commit is contained in:
2020-08-12 02:56:32 +04:00
parent 547a5b9f84
commit 1e84448fcc
5 changed files with 40 additions and 0 deletions

11
bash_profile Normal file
View File

@@ -0,0 +1,11 @@
# /etc/skel/.bash_profile
# This file is sourced by bash for login shells. The following line
# runs your .bashrc and is recommended by the bash info pages.
if [[ -f ~/.bashrc ]] ; then
. ~/.bashrc
fi
if [[ -f ~/.profile ]] ; then
. ~/.profile
fi