aboutsummaryrefslogtreecommitdiffstats
path: root/.bash_profile
diff options
context:
space:
mode:
authorAstound <kirito@disroot.org>2024-08-01 10:49:34 +0800
committerAstound <kirito@disroot.org>2024-08-01 10:49:34 +0800
commitc19d3a94142527e8ed22d48f4f1ee7a00e493a72 (patch)
treedde0b872ed5ba73df59e0cb7bcfe0b2dacd53cda /.bash_profile
parent0dda73f9f9c7f35a4d3209958bc15cd32ca073b8 (diff)
downloadhyperterm-c19d3a94142527e8ed22d48f4f1ee7a00e493a72.tar.lz
hyperterm-c19d3a94142527e8ed22d48f4f1ee7a00e493a72.tar.xz
hyperterm-c19d3a94142527e8ed22d48f4f1ee7a00e493a72.zip
Add workflow and fix issues
Diffstat (limited to '.bash_profile')
-rw-r--r--.bash_profile2
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"