From 50c10153a02b5eb26cf12e35a651d497530c1d1e Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Sun, 14 Aug 2016 11:31:04 +0200 Subject: don't export SHELLOPTS Turns out, `nounset` breaks a lot of code. Who would've thought! --- .bashrc | 2 -- 1 file changed, 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' -- cgit v1.2.3