Add nullglob option to bash

pull/2/head
Bodaniel Jeanes 2010-06-30 18:02:23 +10:00
parent 400c715666
commit 0f5a7498f7
1 changed files with 1 additions and 0 deletions

View File

@ -9,6 +9,7 @@ shopt -s checkwinsize
shopt -s histappend
shopt -s cdable_vars
shopt -s globstar 2>/dev/null # Bash 4 and above only
shopt -s nullglob
complete -C $DOT_FILES/bash/rake-completion.rb -o default rake}