Fix issues with grep and misc

This commit is contained in:
Toan Nguyen
2017-03-20 20:20:17 +07:00
parent a9f9eaf51f
commit 36e0f88e34
2 changed files with 2 additions and 2 deletions

View File

@@ -26,4 +26,4 @@ alias grep="grep $GREP_OPTIONS"
# clean up
unset GREP_OPTIONS
unset VCS_FOLDERS
unset -f grep-flag-available
unset -f grep_flag_available

View File

@@ -23,4 +23,4 @@ if [[ -z "$LC_CTYPE" && -z "$LC_ALL" ]]; then
fi
# recognize comments
shopt interactivecomments
shopt interactive_comments