index
:
dotfiles.git
master
Scripts and configuration files I use on my arch linux desktop.
Vikas Kushwaha
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
.config
/
nvim
/
templates
/
sh
/
err.sh
blob: a4414cdc8ccdd2077afb81fa8d94aba183f06d91 (
plain
)
1
2
err
()
{
printf
'%s: %s\n'
"
$0
"
"
$@
"
>
&
2
;
exit
1
;
}