dotfiles.bashrc: Corrected small error that prevented the dot alias from getting bash completion
This commit is contained in:
parent
90e6480204
commit
d257b399a7
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ do
|
|||
then
|
||||
. $completion_file
|
||||
__git_complete dotfiles __git_main
|
||||
if [[ dot_aliased == "yes" ]]
|
||||
if [[ $dot_aliased == yes ]]
|
||||
then
|
||||
__git_complete dot __git_main
|
||||
fi
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue