projects
/
dotfiles-public.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
93a7521
)
If you have a ~/.hosts file, export HOSTALIASES to use it.
author
W. Trevor King
<wking@drexel.edu>
Thu, 1 Dec 2011 18:03:12 +0000
(13:03 -0500)
committer
W. Trevor King
<wking@drexel.edu>
Thu, 1 Dec 2011 18:03:12 +0000
(13:03 -0500)
src/.bashrc.d/00environment
patch
|
blob
|
history
diff --git
a/src/.bashrc.d/00environment
b/src/.bashrc.d/00environment
index e5fcd6c1684728689fca9d3d265abd505967855c..20a71d86d2991e1705534c7e2e8326a0e8c1bbb9 100644
(file)
--- a/
src/.bashrc.d/00environment
+++ b/
src/.bashrc.d/00environment
@@
-2,4
+2,9
@@
export EDITOR="/usr/bin/emacs -nw"
export PAGER="less"
+# per-user host aliases. See hostname(7)
+if [ -f ~/.hosts ]; then
+ export HOSTALIASES=~/.hosts
+fi
+
export MONKEYSPHERE_CHECK_KEYSERVER=false