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
For Bug Reports
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