chiark
/
gitweb
/
~mdw
/
profile
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
8b2504c
)
bashrc: Read global and local completion runes.
author
Mark Wooding
<mdw@ncipher.com>
Mon, 11 Dec 2006 16:50:39 +0000
(16:50 +0000)
committer
Mark Wooding
<mdw@ncipher.com>
Mon, 11 Dec 2006 16:50:39 +0000
(16:50 +0000)
This means we can collect the GIT completion runes, among other stuff.
bashrc
patch
|
blob
|
blame
|
history
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 () {