Skip to content

Autocomplete, Arrows etc. not working in Ubuntu Install Script Installation #585

@sirup

Description

@sirup

For Bug Reports

  • Ubuntu 16.04 Installation Script
Expected Behavior

I want to use Tab for Autocomplete or Arrow Down/Up for Previous command.

Current Behavior

Not working - Tab just makes a tab.
Arrows just print "^[[A"

Steps to Reproduce

I am not really good in Linux - I thought it is a bash issue. Also if I login I don't see the user in the shell just "$".

Tried to install:
sudo apt-get install bash-completion
But was already installed.
Tried to add to bash config:
# enable bash completion in interactive shells if ! shopt -oq posix; then if [ -f /usr/share/bash-completion/bash_completion ]; then . /usr/share/bash-completion/bash_completion elif [ -f /etc/bash_completion ]; then . /etc/bash_completion fi fi

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions