diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2016-08-14 11:31:04 +0200 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2016-08-14 11:31:04 +0200 |
commit | 50c10153a02b5eb26cf12e35a651d497530c1d1e (patch) | |
tree | 6790d2acf90211ae060c4f5eb1306e7130922182 | |
parent | bugfix (diff) | |
download | linux-home-50c10153a02b5eb26cf12e35a651d497530c1d1e.tar.gz linux-home-50c10153a02b5eb26cf12e35a651d497530c1d1e.zip |
don't export SHELLOPTS
Turns out, `nounset` breaks a lot of code.
Who would've thought!
-rw-r--r-- | .bashrc | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -204,8 +204,6 @@ set -o nounset shopt -s nullglob shopt -s dotglob -export SHELLOPTS - alias less='less -R' alias ls='ls -lAh --color=tty' |