feat(wd): update to 7054de2b

This commit is contained in:
ohmyzsh[bot] 2024-09-15 06:07:19 +00:00
commit 86b68b0441
4 changed files with 12 additions and 24 deletions

View file

@ -1,4 +1,4 @@
#!/bin/zsh
#!/usr/bin/env zsh
# WARP DIRECTORY
# ==============
@ -18,4 +18,3 @@ zle -N wd_browse_widget
zle -N wd_restore_buffer
autoload -Uz add-zle-hook-widget
add-zle-hook-widget line-init wd_restore_buffer
bindkey ${FZF_WD_BINDKEY:-'^B'} wd_browse_widget