From f6a1e14815c951e4cde765003a8d654d28a8c948 Mon Sep 17 00:00:00 2001 From: Hsieh Chin Fan Date: Fri, 26 Aug 2022 15:31:10 +0800 Subject: Rename vimwiki to log --- zsh/_wi.sh | 2 +- zsh/_ww.sh | 2 +- zsh/_wwd.sh | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'zsh') diff --git a/zsh/_wi.sh b/zsh/_wi.sh index f33d0ae..b468c26 100644 --- a/zsh/_wi.sh +++ b/zsh/_wi.sh @@ -2,7 +2,7 @@ function _wi() { compadd -S '' $( - cd ~/vimwiki && \ + cd ~/log && \ find -not -path "./logseq/*" -name '*.md' -printf "%f\n" | \ sed -E '/^[0-9]{4}-[0-9]{2}-[0-9]{2}/d; s/.md$//' ) diff --git a/zsh/_ww.sh b/zsh/_ww.sh index 2a1e323..b07af85 100644 --- a/zsh/_ww.sh +++ b/zsh/_ww.sh @@ -2,7 +2,7 @@ function _ww() { compadd -S '' $( - cd ~/vimwiki && \ + cd ~/log && \ find -not -path "./logseq/*" -name '*.md' -printf "%f\n" | \ sed -E '/^[0-9]{4}-[0-9]{2}-[0-9]{2}/d; s/.md$//' ) diff --git a/zsh/_wwd.sh b/zsh/_wwd.sh index 4161132..d3c6530 100644 --- a/zsh/_wwd.sh +++ b/zsh/_wwd.sh @@ -2,7 +2,7 @@ function _wwd() { compadd -S '' $( - cd ~/vimwiki/diary/ && \ + cd ~/log/diary/ && \ find -name '*.md' -printf "%f\n" | \ sed -E 's/.md$//' ) -- cgit v1.2.3-70-g09d2