From d1d56e062dc916bb95bed237c637c0ff2697bcc9 Mon Sep 17 00:00:00 2001 From: Simon Ruderich Date: Sat, 10 Oct 2015 00:11:25 +0200 Subject: [PATCH] shell/aliases: add rs alias for reset --- shell/aliases.in | 1 + 1 file changed, 1 insertion(+) diff --git a/shell/aliases.in b/shell/aliases.in index 06d7277..1b700cd 100644 --- a/shell/aliases.in +++ b/shell/aliases.in @@ -38,6 +38,7 @@ alias grri='grep -ri' alias mc='make clean' alias mj='make -j' alias mu=mutt +alias rs=reset # like git's reset alias alias sa='ssh-add -t 1h' alias te=tree # systemd ... (sc is provided as shell script for better completoin) -- 2.43.2