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