Skip to content

Instantly share code, notes, and snippets.

View sandeep048's full-sized avatar

Sandeep Pathivada sandeep048

  • Spencer Stuart International
  • Dublin
View GitHub Profile
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