Skip to content

Instantly share code, notes, and snippets.

@sandeep048
Created July 2, 2016 01:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sandeep048/94ce7bbbc42d9760bca84c06da67d7d7 to your computer and use it in GitHub Desktop.
Save sandeep048/94ce7bbbc42d9760bca84c06da67d7d7 to your computer and use it in GitHub Desktop.
32,38c32,38
< #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
---
> 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment