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