From d62f1d1673fc0a319ea4581dee0f6085b1f70005 Mon Sep 17 00:00:00 2001 From: Patrick Spek Date: Wed, 2 Oct 2019 16:35:18 +0200 Subject: Add shell configs --- .config/shell/functions.d/s | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .config/shell/functions.d/s (limited to '.config/shell/functions.d/s') diff --git a/.config/shell/functions.d/s b/.config/shell/functions.d/s new file mode 100644 index 0000000..bce5780 --- /dev/null +++ b/.config/shell/functions.d/s @@ -0,0 +1,6 @@ +#!/usr/bin/env sh + +s() +{ + sed -n "$1" +} -- cgit v1.1