From e49c1a5fcb078a56bf2199aa75b464b6fdfaf5fd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= Date: Thu, 15 Aug 2019 11:27:23 +0200 Subject: shellrc.d/alias: add orig alias in the same way as rej is --- shellrc.d/alias | 1 + 1 file changed, 1 insertion(+) (limited to 'shellrc.d/alias') diff --git a/shellrc.d/alias b/shellrc.d/alias index e1a3f0e..f4efef5 100644 --- a/shellrc.d/alias +++ b/shellrc.d/alias @@ -15,6 +15,7 @@ alias gst='git status' alias v='vim' alias watch='watch -n 1 -c -t -d' alias rej='find -name \*.rej' +alias orig='find -name \*.orig' # Systemd aliases if we are running systemd if pidof systemd >/dev/null 2>/dev/null; then -- cgit v1.2.3