index
:
nixos-config
main
new-laptop
Nixos configuration for my pc
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
scripts
/
bin
/
vman
blob: cb78e4d3ac448255333ce616a2348cd8adaae5cb (
plain
) (
blame
)
1
2
3
#!/usr/bin/env bash
man
-f
"
$@
"
>/dev/null
2
>
&
1
&&
nvim
-R
+
":set ft=man"
<
(
man
"
$@
"
)
;