Add lorem

This commit is contained in:
Rob Muhlestein 2022-11-23 22:34:40 -05:00
parent d63d9c646d
commit 65c75a037a
No known key found for this signature in database
GPG Key ID: 7542BA4ED72E5D81
3 changed files with 4 additions and 1 deletions

2
scripts/lorem Executable file
View File

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

View File

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

View File

@ -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