summaryrefslogtreecommitdiff
path: root/dot/bashrc
diff options
context:
space:
mode:
Diffstat (limited to 'dot/bashrc')
-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'