projects
/
dotfiles-framework.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0cd02c0
)
Fixed typo in bash completion comment in .bashrc.
author
W. Trevor King
<wking@drexel.edu>
Sun, 18 Jan 2009 15:24:57 +0000
(10:24 -0500)
committer
W. Trevor King
<wking@drexel.edu>
Sun, 18 Jan 2009 15:24:57 +0000
(10:24 -0500)
_bashrc
patch
|
blob
|
history
diff --git
a/_bashrc
b/_bashrc
index 0fbd76091c35fa095ee8aad52099fd429fd3f9ad..f4c57605d8271458b407858bc768d613ff501d8b 100644
(file)
--- a/
_bashrc
+++ b/
_bashrc
@@
-118,7
+118,7
@@
alias la='ls -A'
alias l='ls -CF'
# enable programmable completion features (you don't need to enable
-# this
,
if it's already enabled in /etc/bash.bashrc and /etc/profile
+# this if it's already enabled in /etc/bash.bashrc and /etc/profile
# sources /etc/bash.bashrc).
if [ -f /etc/bash_completion ]; then
. /etc/bash_completion