aboutsummaryrefslogtreecommitdiffhomepage
path: root/zsh/zshrc
diff options
context:
space:
mode:
authorHsieh Chin Fan <pham@topo.tw>2023-06-24 22:40:28 +0800
committerHsieh Chin Fan <pham@topo.tw>2023-06-24 22:40:28 +0800
commite2bf901fc9d83e9853aa2180c78cb63c4b479827 (patch)
treecb076147c2fbd35f059ed5e4a6c5462cbda2910e /zsh/zshrc
parente10272c27611ed47f481c7b080a88fed5d3ca900 (diff)
Update
Diffstat (limited to 'zsh/zshrc')
-rw-r--r--zsh/zshrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/zsh/zshrc b/zsh/zshrc
index 2270cc3..19227cd 100644
--- a/zsh/zshrc
+++ b/zsh/zshrc
@@ -48,7 +48,7 @@ function _get_context() {
48} 48}
49 49
50function _already_sync_after_wakeup() { 50function _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)