From 50849fe2cc8773f4776134ccdbed3328bbaab811 Mon Sep 17 00:00:00 2001 From: "W. Trevor King" Date: Sun, 18 Jan 2009 10:24:57 -0500 Subject: [PATCH] Fixed typo in bash completion comment in .bashrc. --- _bashrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.26.2