changelog shortlog graph tags branches changeset file revisions annotate raw help

Mercurial > infra > home / .bashrc

revision 69: 5c83bc96dbbf
     1.1--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2+++ b/.bashrc	Mon Jul 22 21:03:03 2024 -0400
     1.3@@ -0,0 +1,19 @@
     1.4+# .bashrc --- bash configuration 
     1.5+# Set prompt
     1.6+PS1="\u [\!]:\t:\w\n  >> \[\e[0m\]"
     1.7+# default Envs
     1.8+export LISP='sbcl'
     1.9+export ESHELL='/usr/bin/bash'
    1.10+export ORGANIZATION='The Compiler Company'
    1.11+export MANPATH="/usr/local/man:$MANPATH"
    1.12+export LANG=en_US.UTF-8
    1.13+export ALTERNATE_EDITOR=''
    1.14+export EDITOR='emacsclient -a='
    1.15+# aliases
    1.16+alias em='emacsclient -a='
    1.17+alias ec='emacsclient -c -a='
    1.18+alias et='emacsclient -t -a='
    1.19+# VCS
    1.20+alias hgsub='find . -name ".hg" -type d | grep -v "\./\.hg" | xargs -n1 dirname | xargs -iREPO hg -R REPO'
    1.21+# completion
    1.22+complete -c man which