all repos — dotfiles @ 5425e8c42b8fbef94dc04159b4b8e6cce636c466

my *nix dotfiles

home/bin/diff (view raw)

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

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