aboutsummaryrefslogtreecommitdiffhomepage
path: root/zsh/_ww.sh
diff options
context:
space:
mode:
authorHsieh Chin Fan <typebrook@gmail.com>2022-08-26 15:31:10 +0800
committerHsieh Chin Fan <typebrook@gmail.com>2022-08-26 15:31:10 +0800
commitf6a1e14815c951e4cde765003a8d654d28a8c948 (patch)
tree592a94ea354e60fa8dbf394b6f0ede769c2cfc4b /zsh/_ww.sh
parent3567c006c462fb1e046b71840b73b0bf4d6bade1 (diff)
Rename vimwiki to log
Diffstat (limited to 'zsh/_ww.sh')
-rw-r--r--zsh/_ww.sh2
1 files changed, 1 insertions, 1 deletions
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 @@
2 2
3function _ww() { 3function _ww() {
4 compadd -S '' $( 4 compadd -S '' $(
5 cd ~/vimwiki && \ 5 cd ~/log && \
6 find -not -path "./logseq/*" -name '*.md' -printf "%f\n" | \ 6 find -not -path "./logseq/*" -name '*.md' -printf "%f\n" | \
7 sed -E '/^[0-9]{4}-[0-9]{2}-[0-9]{2}/d; s/.md$//' 7 sed -E '/^[0-9]{4}-[0-9]{2}-[0-9]{2}/d; s/.md$//'
8 ) 8 )