aboutsummaryrefslogtreecommitdiffhomepage
path: root/zsh/_ww.sh
diff options
context:
space:
mode:
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 )