From e5abc98d05231cfb0c1a99248050773b23019860 Mon Sep 17 00:00:00 2001 From: Ze Libertine Gamer Date: Fri, 18 Nov 2016 02:03:23 -0800 Subject: Remove settings from helpers.sh Sourcing them in .bash_profile screws up login if they're set. --- scripts/helpers.sh | 5 ----- 1 file changed, 5 deletions(-) diff --git a/scripts/helpers.sh b/scripts/helpers.sh index f46e3f4..ecdc041 100644 --- a/scripts/helpers.sh +++ b/scripts/helpers.sh @@ -3,11 +3,6 @@ # This is a set of helper bash functions that are too small for their own file, # but useful enough to be worth `source`ing in your bashrc. -# Set options for improved robustness -set -o errexit -set -o pipefail -set -o nounset - # Reports how many physical games you own function vgphys() { # Note: This assumes the system has an asterisk, "VC", or "Steam" in its name -- cgit v1.2.3-54-g00ecf