remove random debug comments
This commit is contained in:
@@ -1,5 +1,4 @@
|
|||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
echo "hi from autoenv"
|
|
||||||
if [[ -n "${ZSH_VERSION}" ]]
|
if [[ -n "${ZSH_VERSION}" ]]
|
||||||
then __array_offset=0
|
then __array_offset=0
|
||||||
else __array_offset=1
|
else __array_offset=1
|
||||||
@@ -35,7 +34,6 @@ cd()
|
|||||||
{
|
{
|
||||||
if builtin cd "$@"
|
if builtin cd "$@"
|
||||||
then
|
then
|
||||||
echo "running autoenv_init"
|
|
||||||
autoenv_init
|
autoenv_init
|
||||||
return 0
|
return 0
|
||||||
else
|
else
|
||||||
@@ -43,4 +41,3 @@ cd()
|
|||||||
return $?
|
return $?
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
echo "cd has been replaced"
|
|
||||||
|
|||||||
Reference in New Issue
Block a user