citadel

My dotfiles, scripts and nix configs
git clone git://jb55.com/citadel
Log | Files | Refs | README | LICENSE

nncp-cmd-handler (388B)


      1 #!/bin/sh
      2 
      3 export NNCPCFG=/home/jb55/.nncprc
      4 export HOME=/home/jb55
      5 export PATH=/home/jb55/.npm/bin:/home/jb55/.local/bin:/home/jb55/bin:/run/wrappers/bin:/home/jb55/.nix-profile/bin:/etc/profiles/per-user/jb55/bin:/nix/var/nix/profiles/default/bin:/run/current-system/sw/bin:/home/jb55/.fzf/bin:/nix/store/qi3kpll3n9k9cjr5l8yyn5h3ydazl612-neovim-ruby-env/bin
      6 
      7 nohup nncp-cmd-runner "$@"