diff options
author | June McEnroe <june@causal.agency> | 2016-09-13 21:29:46 -0400 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2016-09-13 21:29:46 -0400 |
commit | a8d8332df79d8fb23d8e520535a2a13ce3596695 (patch) | |
tree | 8267e6f4a23c632d1c1c275002ca6ee205651795 /install.sh | |
parent | Use return value of getopt in xx (diff) | |
download | src-a8d8332df79d8fb23d8e520535a2a13ce3596695.tar.gz src-a8d8332df79d8fb23d8e520535a2a13ce3596695.zip |
Use nvim as MANPAGER
Diffstat (limited to '')
-rwxr-xr-x | install.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/install.sh b/install.sh index fe547ae9..dd18fe28 100755 --- a/install.sh +++ b/install.sh @@ -21,6 +21,7 @@ link() { echo "$1" } +link .bin/manpager link .bin/xx.c link .config/git/config link .config/git/ignore |