diff options
author | Astound <kirito@disroot.org> | 2024-08-01 10:49:34 +0800 |
---|---|---|
committer | Astound <kirito@disroot.org> | 2024-08-01 10:49:34 +0800 |
commit | c19d3a94142527e8ed22d48f4f1ee7a00e493a72 (patch) | |
tree | dde0b872ed5ba73df59e0cb7bcfe0b2dacd53cda /.bash_profile | |
parent | 0dda73f9f9c7f35a4d3209958bc15cd32ca073b8 (diff) | |
download | hyperterm-c19d3a94142527e8ed22d48f4f1ee7a00e493a72.tar.lz hyperterm-c19d3a94142527e8ed22d48f4f1ee7a00e493a72.tar.xz hyperterm-c19d3a94142527e8ed22d48f4f1ee7a00e493a72.zip |
Add workflow and fix issues
Diffstat (limited to '.bash_profile')
-rw-r--r-- | .bash_profile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.bash_profile b/.bash_profile index abb00a8..9c1cf3b 100644 --- a/.bash_profile +++ b/.bash_profile @@ -1,7 +1,7 @@ #!/bin/bash # # "$HOME/.bash_profile" -# shellcheck disable=SC1090 +# shellcheck disable=SC1090,SC1091 if [ -f "$HOME/.bashrc" ] then source "$HOME/.bashrc" |