aboutsummaryrefslogtreecommitdiff
path: root/shellrc.d
diff options
context:
space:
mode:
authorKarel Kočí <karel.koci@nic.cz>2019-05-15 16:40:33 +0200
committerKarel Kočí <karel.koci@nic.cz>2019-05-15 16:40:33 +0200
commit45426c719f3e561ae72c52aa75b5b886eef1c4f9 (patch)
tree4277a5f44349e66d3caa72746bb9879d90be068e /shellrc.d
parentfb67eb75846ad930b6ac719a52e5de87a0218fe1 (diff)
downloadshellrc-45426c719f3e561ae72c52aa75b5b886eef1c4f9.tar.gz
shellrc-45426c719f3e561ae72c52aa75b5b886eef1c4f9.tar.bz2
shellrc-45426c719f3e561ae72c52aa75b5b886eef1c4f9.zip
alias: add alias rejv0.7.3
Diffstat (limited to 'shellrc.d')
-rw-r--r--shellrc.d/alias1
1 files changed, 1 insertions, 0 deletions
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