class Gitlab::Shell

def setup

def setup
  history.load
  Readline.completion_proc = completion
  Readline.completion_append_character = ' '
end