diff options
author | EuAndreh <eu@euandre.org> | 2019-06-02 02:00:58 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2019-06-02 02:00:58 -0300 |
commit | 89244f2d3112e66e54e0d4e0ba973810d6dbe830 (patch) | |
tree | 11e93cf506da08d5b0c24d1256e42fb3add5b634 | |
parent | Format utils.nix (linter offense) (diff) | |
download | dotfiles-89244f2d3112e66e54e0d4e0ba973810d6dbe830.tar.gz dotfiles-89244f2d3112e66e54e0d4e0ba973810d6dbe830.tar.xz |
Disable ShellCheck 1090 for setup.sh
Diffstat (limited to '')
-rwxr-xr-x | public/nixos/setup.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/public/nixos/setup.sh b/public/nixos/setup.sh index 77137f0..7d64823 100755 --- a/public/nixos/setup.sh +++ b/public/nixos/setup.sh @@ -114,6 +114,7 @@ configure_dotfiles() { ssh-agent | sed 's/^echo/#echo/' > "${SSH_ENV}" echo succeeded chmod 600 "${SSH_ENV}" + # shellcheck disable=1090 . "${SSH_ENV}" > /dev/null ssh-add @@ -123,6 +124,7 @@ configure_dotfiles() { git crypt unlock popd pushd ~/ + # shellcheck disable=1090 source ~/dev/libre/dotfiles/bash/bashrc.sh popd |