From f91e352c41c5bca11209424e4b5975f2ab1923be Mon Sep 17 00:00:00 2001 From: Andrew Cady Date: Fri, 6 May 2022 02:51:44 -0400 Subject: bashrc: new aliases: emacs, frb --- dot/bashrc | 3 +++ 1 file changed, 3 insertions(+) (limited to 'dot') diff --git a/dot/bashrc b/dot/bashrc index 041b876..871b2fc 100644 --- a/dot/bashrc +++ b/dot/bashrc @@ -240,6 +240,7 @@ fi if have emacsclient; then alias vi='emacsclient -c' + alias emacs='(set -x; systemctl --user enable emacs)' fi @@ -460,3 +461,5 @@ local_bashrc=~/.bashrc.$(hostname) if [ -f "$local_bashrc" ]; then . "$local_bashrc" fi + +alias frb='fakeroot ./debian/rules binary' -- cgit v1.2.3