Skip to content

Instantly share code, notes, and snippets.

@jasodeep
Last active June 10, 2019 11:58
Show Gist options
  • Save jasodeep/ab028df8f59d33f247aab723156aaa1d to your computer and use it in GitHub Desktop.
Save jasodeep/ab028df8f59d33f247aab723156aaa1d to your computer and use it in GitHub Desktop.
sudo apt update -y && \
sudo apt install bash-completion && \
echo "source /etc/profile.d/bash_completion.sh" >> ~/.bashrc && \
cat /etc/profile.d/bash_completion.sh
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment