chiark
/
gitweb
/
~mdw
/
profile
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
bashrc: Read global and local completion runes.
[profile]
/
bashrc
diff --git
a/bashrc
b/bashrc
index a1726406b3c5aa0ff6d3ae91066de1b01ceacbac..60fed8a131b9be3c05aa47b820d5d1ef89bb256d 100644
(file)
--- a/
bashrc
+++ b/
bashrc
@@
-130,6
+130,9
@@
alias e="$EDITOR"
alias svn="svnwrap svn"
alias @="ssh"
+[ -r /etc/bash_completion ] && . /etc/bash_completion
+[ -r $HOME/.bash_completion ] && . $HOME/.bash_completion
+
# --- Make `xt' start an xterm, maybe logging into a remote host ---
xt () {