wd for quick directory navigation

This commit is contained in:
Bartek Stalewski 2021-03-12 00:54:09 +01:00
parent d2549aa5d5
commit cfd82b81c3
3 changed files with 8 additions and 0 deletions

View file

@ -32,6 +32,10 @@ fi
# plugins
source $ZDOTDIR/modules/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh
export WD_CONFIG=$XDG_CONFIG_HOME/wd_list
wd () {
. $ZDOTDIR/modules/wd/wd.sh
}
# theme
source $ZDOTDIR/p10k.zsh