We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7601551 commit 3e51fffCopy full SHA for 3e51fff
2 files changed
bash/.bashrc
@@ -39,7 +39,7 @@ __main() {
39
#-----------------------------------------------------------------------------
40
41
update_path() {
42
- # shellcheck source=.sh_path
+ # shellcheck disable=SC1091
43
source "$HOME/.sh_path"
44
}
45
bash/.profile
@@ -12,7 +12,7 @@ __main() {
12
13
__main_sh_path="$HOME/.sh_path"
14
# In POSIX sh, 'source' in place of '.' is undefined: SC3046
15
16
[ -r "$__main_sh_path" ] && . "$__main_sh_path"
17
18
0 commit comments