aboutsummaryrefslogtreecommitdiff
path: root/.config/shell
diff options
context:
space:
mode:
authorkj-sh6042024-07-17 23:00:45 -0400
committerkj-sh6042024-07-17 23:00:45 -0400
commitfad7faad0613b5ebad9fe8ab0156bc6417bc4a5c (patch)
treedae98e8a699f1c9d200b8d28b897f933ed372ad6 /.config/shell
parent3d4f1760482b6f9747b32e7cc1a6eef91c010deb (diff)
refactor: code parity with `.zshrc`
Diffstat (limited to '.config/shell')
-rw-r--r--.config/shell/.bashrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/shell/.bashrc b/.config/shell/.bashrc
index 8782090..f9bee38 100644
--- a/.config/shell/.bashrc
+++ b/.config/shell/.bashrc
@@ -10,7 +10,7 @@ ensure_directory_and_file() {
[ ! -f "$2" ] && touch "$2"
}
-# Source personal POSIX functions
+# source personal posix functions
source_if_exists ~/.config/shell/posix-functions/create_POSIX_dotenv.sh
source_if_exists ~/.config/shell/posix-functions/POSIX_open.sh