wd for quick directory navigation
This commit is contained in:
parent
d2549aa5d5
commit
cfd82b81c3
3 changed files with 8 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue