diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2017-01-30 01:01:18 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2017-01-30 01:01:18 +0300 |
commit | 16d7eccc1b9d32d00441dbc86d64555402e94078 (patch) | |
tree | db69431ff5f93879cab249b50d9b1c50b2c13cf5 | |
parent | sed --follow-symlinks doesn't work w/ sed 4.2.2 (diff) | |
download | linux-home-16d7eccc1b9d32d00441dbc86d64555402e94078.tar.gz linux-home-16d7eccc1b9d32d00441dbc86d64555402e94078.zip |
export BASHOPTS
-rw-r--r-- | %HOME%/.bashrc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/%HOME%/.bashrc b/%HOME%/.bashrc index 0cae950..ee94f34 100644 --- a/%HOME%/.bashrc +++ b/%HOME%/.bashrc @@ -54,6 +54,7 @@ os_is_cygwin && set -o igncr os_is_cygwin || complete -r export SHELLOPTS +export BASHOPTS if os_is_cygwin; then alias mingcc32='i686-w64-mingw32-gcc' |