Add workflow and fix issues

This commit is contained in:
2024-08-01 10:49:34 +08:00
parent 0dda73f9f9
commit c19d3a9414
5 changed files with 98 additions and 6 deletions

View File

@@ -1,7 +1,7 @@
#!/bin/bash
#
# "$HOME/.bash_profile"
# shellcheck disable=SC1090
# shellcheck disable=SC1090,SC1091
if [ -f "$HOME/.bashrc" ]
then
source "$HOME/.bashrc"