#!/usr/bin/env sh if [ ! -d $HOME/.config/nnn/plugins ]; then curl -Ls https://raw.githubusercontent.com/jarun/nnn/master/plugins/getplugs | sh fi export NNN_PLUG='f:fzcd;v:imgview;j:autojump' [ -f /usr/bin/trash ] && export NNN_TRASH=1