Commit fafa1567 authored by Gerhard Lazu's avatar Gerhard Lazu
Browse files

Replaced source with .

parent 2289cace
...@@ -4,7 +4,7 @@ current_epoch=$(($(date +%s) / 60 / 60 / 24)) ...@@ -4,7 +4,7 @@ current_epoch=$(($(date +%s) / 60 / 60 / 24))
if [ -f ~/.zsh-update ] if [ -f ~/.zsh-update ]
then then
source ~/.zsh-update . ~/.zsh-update
epoch_diff=$(($current_epoch - $LAST_EPOCH)) epoch_diff=$(($current_epoch - $LAST_EPOCH))
if [ $epoch_diff -gt 6 ] if [ $epoch_diff -gt 6 ]
then then
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment