aboutsummaryrefslogtreecommitdiff
path: root/bash
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2019-05-30 22:47:31 -0300
committerEuAndreh <eu@euandre.org>2019-05-30 22:47:31 -0300
commit657c872b0c3dc40e5abef38812f285b69509c236 (patch)
tree5e26c348937e30a28fcac1d910d96770577c387e /bash
parentFormat all Nix code with nixfmt (diff)
downloaddotfiles-657c872b0c3dc40e5abef38812f285b69509c236.tar.gz
dotfiles-657c872b0c3dc40e5abef38812f285b69509c236.tar.xz
Move shellCheck derivation to utils.nix
Diffstat (limited to 'bash')
-rw-r--r--bash/agents.sh1
-rw-r--r--bash/aliases.sh1
-rw-r--r--bash/bash_profile.sh1
-rw-r--r--bash/bashrc.sh1
-rw-r--r--bash/facepalm/rotten-apple.sh3
5 files changed, 7 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)"
diff --git a/bash/aliases.sh b/bash/aliases.sh
index 6a06af9..8e8c3b2 100644
--- a/bash/aliases.sh
+++ b/bash/aliases.sh
@@ -1,4 +1,5 @@
#!/usr/bin/env bash
+# shellcheck disable=SC2139
unalias -a
diff --git a/bash/bash_profile.sh b/bash/bash_profile.sh
index 0383eaa..b6e2254 100644
--- a/bash/bash_profile.sh
+++ b/bash/bash_profile.sh
@@ -1,3 +1,4 @@
#!/usr/bin/env bash
+# shellcheck disable=SC1090
source ~/dev/libre/dotfiles/bash/bashrc.sh
diff --git a/bash/bashrc.sh b/bash/bashrc.sh
index fd67d30..f6fae35 100644
--- a/bash/bashrc.sh
+++ b/bash/bashrc.sh
@@ -1,4 +1,5 @@
#!/usr/bin/env bash
+# shellcheck disable=SC1090
export DOTFILES=~/dev/libre/dotfiles
diff --git a/bash/facepalm/rotten-apple.sh b/bash/facepalm/rotten-apple.sh
index 222a2b0..b42bf21 100644
--- a/bash/facepalm/rotten-apple.sh
+++ b/bash/facepalm/rotten-apple.sh
@@ -1,4 +1,7 @@
#!/usr/bin/env bash
+# shellcheck disable=SC1090
+# shellcheck disable=SC1091
+# shellcheck disable=SC2139
isMac && {
unalias open