wd for quick directory navigation
This commit is contained in:
parent
d2549aa5d5
commit
cfd82b81c3
3
.gitmodules
vendored
3
.gitmodules
vendored
@ -4,3 +4,6 @@
|
||||
[submodule "zsh/modules/zsh-syntax-highlighting"]
|
||||
path = zsh/modules/zsh-syntax-highlighting
|
||||
url = https://github.com/zsh-users/zsh-syntax-highlighting.git
|
||||
[submodule "zsh/modules/wd"]
|
||||
path = zsh/modules/wd
|
||||
url = https://github.com/mfaerevaag/wd.git
|
||||
|
@ -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
|
||||
|
1
zsh/modules/wd
Submodule
1
zsh/modules/wd
Submodule
@ -0,0 +1 @@
|
||||
Subproject commit 38afa73ca85a557aef89438ad9fd60b5b41cdbc7
|
Loading…
Reference in New Issue
Block a user