From 9af128d3c064720f89e533ecbb130f8aaf150cac Mon Sep 17 00:00:00 2001 From: Bartek Stalewski Date: Tue, 4 May 2021 19:29:17 +0200 Subject: [PATCH] Completion for wd. --- zsh/.zshrc | 1 + 1 file changed, 1 insertion(+) diff --git a/zsh/.zshrc b/zsh/.zshrc index 9408386..c8358d9 100644 --- a/zsh/.zshrc +++ b/zsh/.zshrc @@ -24,6 +24,7 @@ export WD_CONFIG=$XDG_CONFIG_HOME/wd_list wd () { . $ZDOTDIR/modules/wd/wd.sh } +fpath=($ZDOTDIR/modules/wd $fpath) # theme source $ZDOTDIR/p10k.zsh