aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2016-08-14 11:31:04 +0200
committerEgor Tensin <Egor.Tensin@gmail.com>2016-08-14 11:31:04 +0200
commit50c10153a02b5eb26cf12e35a651d497530c1d1e (patch)
tree6790d2acf90211ae060c4f5eb1306e7130922182
parentbugfix (diff)
downloadlinux-home-50c10153a02b5eb26cf12e35a651d497530c1d1e.tar.gz
linux-home-50c10153a02b5eb26cf12e35a651d497530c1d1e.zip
don't export SHELLOPTS
Turns out, `nounset` breaks a lot of code. Who would've thought!
Diffstat (limited to '')
-rw-r--r--.bashrc2
1 files changed, 0 insertions, 2 deletions
diff --git a/.bashrc b/.bashrc
index 3475c39..cdb99ec 100644
--- a/.bashrc
+++ b/.bashrc
@@ -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'