Method: Gitlab::Shell.setup
- Defined in:
- lib/gitlab/shell.rb
.setup ⇒ Object
54 55 56 57 58 59 |
# File 'lib/gitlab/shell.rb', line 54 def setup history.load Readline.completion_proc = completion Readline.completion_append_character = ' ' end |