Skip to content

Commit

Permalink
Refresh yazi integration
Browse files Browse the repository at this point in the history
  • Loading branch information
z0rc committed Jan 20, 2025
1 parent 51702a1 commit 6a8407a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zsh/rc.d/09_file_managers.zsh
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ if (( ${+commands[yazi]} )); then
# Change yazi CWD to PWD on subshell exit
if [[ -v YAZI_ID ]]; then
_yazi_cd () {
ya pub dds-cd --str "${PWD}"
ya emit cd "${PWD}"
}
add-zsh-hook zshexit _yazi_cd
fi
Expand Down

0 comments on commit 6a8407a

Please sign in to comment.