citadel

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

edit (93B)


      1 #!/usr/bin/env bash
      2 
      3 exec nvim "$@"
      4 
      5 #if [ -t 0 ]; then
      6 #else
      7 #	exec urxvtc -e nvim "$@"
      8 #fi