dotfiles/roles/bash/files
Fernando Schauenburg 93cea206a6 [bash] disable shellcheck warnings on macOS PATH fix
SC2123 warns that the PATH variable is being manipulated, but this is
exactly the intention here.

SC1091 warns that /etc/profile cannot be checked. This is fine, as this
file is provided by the platform and there is no need to check it here.
2020-12-03 18:34:05 +01:00
..
profile [bash] disable shellcheck warnings on macOS PATH fix 2020-12-03 18:34:05 +01:00