Advertisement
Guest User

Untitled

a guest
Sep 26th, 2016
53
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.12 KB | None | 0 0
  1. apt-get install bash-completion
  2.  
  3. if [ -f /etc/bash_completion ]; then
  4. . /etc/bash_completion
  5. fi
  6.  
  7. . ~/.bashrc
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement