document.write('
Data hosted with ♥ by Pastebin.com - Download Raw - See Original
  1. [ -z "`grep -o \'completion-ignore-case on\' ~/.bashrc`" ] \\
  2.  && echo "bind \'set completion-ignore-case on\' # turnon ignorecase" >> ~/.bashrc
  3.  
  4. [ -z "`grep -o \'show-all-if-ambiguous on\' ~/.bashrc`" ] \\
  5.  && echo "bind \'set show-all-if-ambiguous on\' # dont require two tabs" >> ~/.bashrc
  6.  
  7. [ -z "`grep -o \'shopt -s cdspell\' ~/.bashrc`" ] \\
  8.   && echo "shopt -s cdspell # fix wrong type keys" >> ~/.bashrc
');