diff options
Diffstat (limited to 'shellrc.d')
-rw-r--r-- | shellrc.d/alias | 1 |
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 |