mirror of
https://github.com/moparisthebest/android.moparisthebest.org
synced 2024-12-24 08:28:50 -05:00
added test for .bashrc related to #96
This commit is contained in:
parent
15e71344f5
commit
298af5f8d4
@ -17,3 +17,13 @@ sidebar: false
|
|||||||
foo && bar
|
foo && bar
|
||||||
module.exports = Tweets
|
module.exports = Tweets
|
||||||
```
|
```
|
||||||
|
|
||||||
|
{% codeblock Append this to your .bashrc file. %}
|
||||||
|
echo "User .bashrc..."
|
||||||
|
for i in ~/.env/*.sh ; do
|
||||||
|
if [ -r "$i" ]; then
|
||||||
|
. $i
|
||||||
|
fi
|
||||||
|
done
|
||||||
|
unset i
|
||||||
|
{% endcodeblock %}
|
||||||
|
Loading…
Reference in New Issue
Block a user