changelog shortlog graph tags branches changeset file revisions annotate raw help

Mercurial > infra > home / .bashrc

revision 10: 72c5d8f26db2
parent 2: 2cd49f7c09bb
child 29: 614d9cfe96a2
     1.1--- a/.bashrc	Mon May 13 20:27:47 2024 -0400
     1.2+++ b/.bashrc	Tue May 14 14:44:30 2024 -0400
     1.3@@ -35,8 +35,8 @@
     1.4     emacsclient -c -e "(man \"$1\")"
     1.5 }
     1.6 
     1.7-alias ec='emacsclient -c'
     1.8-alias et='emacsclient -t'
     1.9+alias ec='emacsclient -c -a='
    1.10+alias et='emacsclient -t -a='
    1.11 alias lr='rlwrap sbcl'
    1.12 alias hgpu='hg pull -u'
    1.13 alias hgc='hg ci -m'