aboutsummaryrefslogtreecommitdiff
path: root/etc/bash/check.sh
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2022-05-12 21:15:53 -0300
committerEuAndreh <eu@euandre.org>2022-05-12 21:15:56 -0300
commit13f94e65a4691fef4fc95fca04af3443d5df99ed (patch)
treeaf489cb65c555405f7eb31ab44c0c72dd30cccbb /etc/bash/check.sh
parentetc/guix/home.scm: Replace tabs with spaces (diff)
downloaddotfiles-13f94e65a4691fef4fc95fca04af3443d5df99ed.tar.gz
dotfiles-13f94e65a4691fef4fc95fca04af3443d5df99ed.tar.xz
etc/bash/check.sh: Do not assert loading ~/.profile goes without error
There are files not under my control, such as completion files, that invariably fail the assertion.
Diffstat (limited to 'etc/bash/check.sh')
-rwxr-xr-xetc/bash/check.sh2
1 files changed, 0 insertions, 2 deletions
diff --git a/etc/bash/check.sh b/etc/bash/check.sh
index 7c12dec..1114bd1 100755
--- a/etc/bash/check.sh
+++ b/etc/bash/check.sh
@@ -53,5 +53,3 @@ shellcheck -xe 1090,1091 \
"$XDG_CONFIG_HOME"/bash/vcs-ps1.sh \
"$XDG_CONFIG_HOME"/bash/check.sh \
"$XDG_CONFIG_HOME"/bash/privrc.sh
-
-sh -eu ~/.profile