[NEW] profile: Linux/General profile
This commit is contained in:
parent
7b86adbc92
commit
dc75ff3622
1 changed files with 9 additions and 0 deletions
9
.profile
Normal file
9
.profile
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
for af in "$HOME/.aliases"/*; do
|
||||
. "$af"
|
||||
done
|
||||
|
||||
if [ -d "$HOME/.profile.d" ]; then
|
||||
for pd in "$HOME/.profile.d"/*; do
|
||||
. "$pd"
|
||||
done
|
||||
fi
|
||||
Loading…
Add table
Add a link
Reference in a new issue