diff options
author | EuAndreh <eu@euandre.org> | 2022-05-12 21:15:53 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2022-05-12 21:15:56 -0300 |
commit | 13f94e65a4691fef4fc95fca04af3443d5df99ed (patch) | |
tree | af489cb65c555405f7eb31ab44c0c72dd30cccbb /etc | |
parent | etc/guix/home.scm: Replace tabs with spaces (diff) | |
download | dotfiles-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')
-rwxr-xr-x | etc/bash/check.sh | 2 |
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 |