From 45426c719f3e561ae72c52aa75b5b886eef1c4f9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= Date: Wed, 15 May 2019 16:40:33 +0200 Subject: alias: add alias rej --- 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 78dcafe..e1a3f0e 100644 --- a/shellrc.d/alias +++ b/shellrc.d/alias @@ -14,6 +14,7 @@ alias ssh='TERM="xterm-256color" ssh' alias gst='git status' alias v='vim' alias watch='watch -n 1 -c -t -d' +alias rej='find -name \*.rej' # Systemd aliases if we are running systemd if pidof systemd >/dev/null 2>/dev/null; then -- cgit v1.2.3