Add lorem

main
Rob Muhlestein 2 years ago
parent 53e621d873
commit 0291e8bbe7

@ -0,0 +1,2 @@
#!/usr/bin/env bash
exec curl -sSL "http://metaphorpsum.com/paragraphs/$1"

@ -1,2 +1,2 @@
#!/bin/bash
more < <("$@")
less -R < <("$@")

@ -309,6 +309,7 @@ au bufnewfile,bufRead $SNIPPETS/python/* set ft=python
au bufnewfile,bufRead $SNIPPETS/perl/* set ft=perl
au bufnewfile,bufRead user-data set ft=yaml
au bufnewfile,bufRead meta-data set ft=yaml
au bufnewfile,bufRead keg set ft=yaml
au bufnewfile,bufRead *.bash* set ft=bash
au bufnewfile,bufRead *.{peg,pegn} set ft=config
au bufnewfile,bufRead *.profile set filetype=sh

Loading…
Cancel
Save