all repos — dotfiles @ 18e1d649416cd7eb75c56215cf6b044eeeadcbdc

my *nix dotfiles

bin/diff (view raw)

 1
 2
 3
 4
 5
 6
 7
#!/bin/sh

[[ "$#" = 0 ]] && {
    printf '%s\n' "usage: file1 file2 ... fileN"
    exit
}
nvim -d "$@"