mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2024-11-11 00:10:08 +00:00
Replaced source with .
This commit is contained in:
parent
2289cacecb
commit
fafa15676a
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ current_epoch=$(($(date +%s) / 60 / 60 / 24))
|
|||
|
||||
if [ -f ~/.zsh-update ]
|
||||
then
|
||||
source ~/.zsh-update
|
||||
. ~/.zsh-update
|
||||
epoch_diff=$(($current_epoch - $LAST_EPOCH))
|
||||
if [ $epoch_diff -gt 6 ]
|
||||
then
|
||||
|
|
Loading…
Reference in a new issue