Inital Commit
This commit is contained in:
7
.bash_profile
Normal file
7
.bash_profile
Normal 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
|
||||
Reference in New Issue
Block a user