diff options
author | Karel Kočí <karel.koci@nic.cz> | 2019-08-15 11:27:23 +0200 |
---|---|---|
committer | Karel Kočí <karel.koci@nic.cz> | 2019-08-15 11:27:23 +0200 |
commit | e49c1a5fcb078a56bf2199aa75b464b6fdfaf5fd (patch) | |
tree | d6df0af1289038b50e1cf381869db77d0dca22d6 | |
parent | 45426c719f3e561ae72c52aa75b5b886eef1c4f9 (diff) | |
download | shellrc-e49c1a5fcb078a56bf2199aa75b464b6fdfaf5fd.tar.gz shellrc-e49c1a5fcb078a56bf2199aa75b464b6fdfaf5fd.tar.bz2 shellrc-e49c1a5fcb078a56bf2199aa75b464b6fdfaf5fd.zip |
shellrc.d/alias: add orig alias in the same way as rej is
-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 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 |