Added update to bashrc
This commit is contained in:
parent
895ef9f447
commit
045ab5f282
1 changed files with 3 additions and 0 deletions
3
bashrc
3
bashrc
|
@ -98,3 +98,6 @@ extract () {
|
||||||
if [[ -f ~/.customrc ]]; then
|
if [[ -f ~/.customrc ]]; then
|
||||||
. ~/.customrc
|
. ~/.customrc
|
||||||
fi
|
fi
|
||||||
|
if [[ -f ~/.update ]]; then
|
||||||
|
. ~/.customrc
|
||||||
|
fi
|
||||||
|
|
Loading…
Reference in a new issue