mirror of
https://github.com/NaomiAmethyst/dots.git
synced 2025-08-05 16:48:38 +00:00
remove debug info from shinit
This commit is contained in:
parent
6e08a71d69
commit
ca85e83f9e
1 changed files with 11 additions and 0 deletions
11
shinit
Normal file
11
shinit
Normal file
|
@ -0,0 +1,11 @@
|
||||||
|
if [ -d "${HOME}/.commonsh" ] ; then
|
||||||
|
for file in "${HOME}"/.commonsh/* ; do
|
||||||
|
. $file
|
||||||
|
done
|
||||||
|
fi
|
||||||
|
|
||||||
|
if [ -d "${HOME}/.sh" ] ; then
|
||||||
|
for file in "${HOME}"/.sh/* ; do
|
||||||
|
. $file
|
||||||
|
done
|
||||||
|
fi
|
Loading…
Add table
Reference in a new issue