summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Cady <d@cryptonomic.net>2022-05-06 02:51:44 -0400
committerAndrew Cady <d@jerkface.net>2022-10-09 13:53:09 -0400
commitf91e352c41c5bca11209424e4b5975f2ab1923be (patch)
tree71198fba88bdebbad441e12dca755625651daff8
parent8b262b3a460d93c055f5041332a2d1e56bccd977 (diff)
bashrc: new aliases: emacs, frb
-rw-r--r--dot/bashrc3
1 files changed, 3 insertions, 0 deletions
diff --git a/dot/bashrc b/dot/bashrc
index 041b876..871b2fc 100644
--- a/dot/bashrc
+++ b/dot/bashrc
@@ -240,6 +240,7 @@ fi
240 240
241if have emacsclient; then 241if have emacsclient; then
242 alias vi='emacsclient -c' 242 alias vi='emacsclient -c'
243 alias emacs='(set -x; systemctl --user enable emacs)'
243fi 244fi
244 245
245 246
@@ -460,3 +461,5 @@ local_bashrc=~/.bashrc.$(hostname)
460if [ -f "$local_bashrc" ]; then 461if [ -f "$local_bashrc" ]; then
461 . "$local_bashrc" 462 . "$local_bashrc"
462fi 463fi
464
465alias frb='fakeroot ./debian/rules binary'