]> Sergey Matveev's repositories - dotfiles.git/blob - nnn/bin/_nnn-cd
Make zathura configuration file aware
[dotfiles.git] / nnn / bin / _nnn-cd
1 #!/usr/bin/env zsh
2
3 setopt ERR_EXIT
4 [[ -n "$NNN_PIPE" ]]
5 autoload ~/.zsh/functions/cf
6 cf $1
7 print -n -- "0c$PWD" > "$NNN_PIPE"