git-bash-completion icon indicating copy to clipboard operation
git-bash-completion copied to clipboard

. /path/to/git-completion.bash avoiding login into account

Open Serabe opened this issue 15 years ago • 5 comments

I use

source /path...

instead. A note in the README would be nice.

Serabe avatar Aug 26 '10 21:08 Serabe

. and source will both execute the file. What difference is there?

markgandolfo avatar Aug 26 '10 23:08 markgandolfo

Dunno, just trial and error. If I use ., I cannot login, if I use source, I can.

Serabe avatar Aug 26 '10 23:08 Serabe

BTW, I am using Ubuntu 10.04

Serabe avatar Aug 26 '10 23:08 Serabe

no worries, I'll update it.

thanks

markgandolfo avatar Aug 26 '10 23:08 markgandolfo

Found it! Read it here.

I was putting it in my .profile, since I leave .bashrc for customizing prompts and stuff like that.

Serabe avatar Aug 27 '10 15:08 Serabe