From: W. Trevor King Date: Sun, 18 Jan 2009 15:24:57 +0000 (-0500) Subject: Fixed typo in bash completion comment in .bashrc. X-Git-Tag: v0.3~88 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=50849fe2cc8773f4776134ccdbed3328bbaab811;p=dotfiles-framework.git Fixed typo in bash completion comment in .bashrc. --- diff --git a/_bashrc b/_bashrc index 0fbd760..f4c5760 100644 --- 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