Fix bind warning in .profile on login in Ubuntu

post, Sep 8, 2020 on Mitja Felicijan's blog

Recently I moved back to bash as my @@ -27,21 +27,18 @@ commands that presume the session is interactive when it isn't.

  bind "set menu-complete-display-prefix on"
   bind '"\e[Z":menu-complete-backward'
 fi
-

After logging out and back in the problem was gone.