Inital Commit

This commit is contained in:
2021-05-10 18:30:31 +03:00
commit 3fe2f18050
2 changed files with 112 additions and 0 deletions

7
.bash_profile Normal file
View File

@@ -0,0 +1,7 @@
# /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