Disable SC1091 in bashrc
This commit is contained in:
parent
83f0821b36
commit
efe8aba232
1 changed files with 1 additions and 0 deletions
|
@ -1,4 +1,5 @@
|
|||
#!/bin/bash
|
||||
# shellcheck disable=SC1091
|
||||
|
||||
export WINEDEBUG=-all
|
||||
export SDKMAN_DIR="$HOME/.sdkman"
|
||||
|
|
Loading…
Reference in a new issue