aboutsummaryrefslogtreecommitdiff
path: root/install
diff options
context:
space:
mode:
Diffstat (limited to 'install')
-rwxr-xr-xinstall6
1 files changed, 0 insertions, 6 deletions
diff --git a/install b/install
index 8901d9a5..ee469ccc 100755
--- a/install
+++ b/install
@@ -1,11 +1,5 @@
#!/usr/bin/env bash
-# Just stop if any problems
-set -o errexit
-
-# Refuse to expand empty variables
-set -o nounset
-
# Define dotfiles directory
dotfiles="$HOME/.dotfiles"