diff options
author | EuAndreh <eu@euandre.org> | 2019-05-30 22:47:31 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2019-05-30 22:47:31 -0300 |
commit | 657c872b0c3dc40e5abef38812f285b69509c236 (patch) | |
tree | 5e26c348937e30a28fcac1d910d96770577c387e /bash/agents.sh | |
parent | Format all Nix code with nixfmt (diff) | |
download | dotfiles-657c872b0c3dc40e5abef38812f285b69509c236.tar.gz dotfiles-657c872b0c3dc40e5abef38812f285b69509c236.tar.xz |
Move shellCheck derivation to utils.nix
Diffstat (limited to '')
-rw-r--r-- | bash/agents.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bash/agents.sh b/bash/agents.sh index 698d1ac..9a26567 100644 --- a/bash/agents.sh +++ b/bash/agents.sh @@ -1,5 +1,6 @@ #!/usr/bin/env bash # shellcheck disable=SC2015 +# shellcheck disable=SC1090 eval "$(thefuck --alias f)" |