diff options
Diffstat (limited to 'zsh/zshrc')
-rw-r--r-- | zsh/zshrc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -48,7 +48,7 @@ function _get_context() { | |||
48 | } | 48 | } |
49 | 49 | ||
50 | function _already_sync_after_wakeup() { | 50 | function _already_sync_after_wakeup() { |
51 | WAKEUP=~/.wakeup | 51 | WAKEUP="~/.wakeup" |
52 | [ ! -e "$WAKEUP" ] && return 0 | 52 | [ ! -e "$WAKEUP" ] && return 0 |
53 | 53 | ||
54 | latest=$(date -d @`stat -c %Y "$WAKEUP` +%s) | 54 | latest=$(date -d @`stat -c %Y "$WAKEUP` +%s) |