Fixed a typo
This commit is contained in:
parent
83db8c0303
commit
33b19ecbe6
1 changed files with 1 additions and 1 deletions
2
bashrc
2
bashrc
|
@ -99,5 +99,5 @@ if [[ -f ~/.customrc ]]; then
|
||||||
. ~/.customrc
|
. ~/.customrc
|
||||||
fi
|
fi
|
||||||
if [[ -f ~/.update ]]; then
|
if [[ -f ~/.update ]]; then
|
||||||
. ~/.customrc
|
. ~/.update
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in a new issue