#!/usr/bin/env sh if [ ! -d $HOME/.config/nnn/plugins ]; then curl -Ls https://raw.githubusercontent.com/jarun/nnn/master/plugins/getplugs | sh fi # To support cd on quit (Ctrl-G) # NOTE: It will add a function `n` and ONLY work when typing `n` instead # of `nnn`. if [ -f /usr/share/nnn/quitcd/quitcd.bash_zsh ]; then source /usr/share/nnn/quitcd/quitcd.bash_zsh fi export NNN_PLUG='f:fzcd;v:imgview;j:autojump;p:preview-tui' [ -f /usr/bin/trash ] && export NNN_TRASH=1 export NNN_FIFO=/tmp/nnn.fifo