diff --git a/scripts/lorem b/scripts/lorem new file mode 100755 index 0000000..9855755 --- /dev/null +++ b/scripts/lorem @@ -0,0 +1,2 @@ +#!/usr/bin/env bash +exec curl -sSL "http://metaphorpsum.com/paragraphs/$1" diff --git a/scripts/m b/scripts/m index 9d1de84..30b5e91 100755 --- a/scripts/m +++ b/scripts/m @@ -1,2 +1,2 @@ #!/bin/bash -more < <("$@") +less -R < <("$@") diff --git a/vim/.vimrc b/vim/.vimrc index 94ec496..fd71bbc 100644 --- a/vim/.vimrc +++ b/vim/.vimrc @@ -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