Ubuntu Pastebin

Paste from jdstrand at Wed, 8 Feb 2017 16:12:45 +0000

Download as text
1
2
3
4
5
6
7
8
  # Depending on shell (eg, if --norc), must '. /etc/bash_completion'
  /etc/bash_completion r,
  /etc/bash_completion.d/{,*} r,
  /usr/share/bash-completion/{,**} r,
  
  # needed for command tab-completion
  /{,usr/}{,local/}{,s}bin/ r,
  /usr/{,local/}games/ r,
Download as text