Merge "Fix conflict with common zsh alias"
This commit is contained in:
commit
fd4a406174
|
@ -356,7 +356,7 @@ function should_add_completion() {
|
||||||
|
|
||||||
function addcompletions()
|
function addcompletions()
|
||||||
{
|
{
|
||||||
local T dir f
|
local f=
|
||||||
|
|
||||||
# Keep us from trying to run in something that's neither bash nor zsh.
|
# Keep us from trying to run in something that's neither bash nor zsh.
|
||||||
if [ -z "$BASH_VERSION" -a -z "$ZSH_VERSION" ]; then
|
if [ -z "$BASH_VERSION" -a -z "$ZSH_VERSION" ]; then
|
||||||
|
|
Loading…
Reference in New Issue