mirror of
https://github.com/ohmybash/oh-my-bash.git
synced 2024-05-11 05:55:37 +00:00
Fix issues with grep and misc
This commit is contained in:
@@ -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
|
||||
|
@@ -23,4 +23,4 @@ if [[ -z "$LC_CTYPE" && -z "$LC_ALL" ]]; then
|
||||
fi
|
||||
|
||||
# recognize comments
|
||||
shopt interactivecomments
|
||||
shopt interactive_comments
|
||||
|
Reference in New Issue
Block a user