From fad7faad0613b5ebad9fe8ab0156bc6417bc4a5c Mon Sep 17 00:00:00 2001 From: kj-sh604 Date: Wed, 17 Jul 2024 23:00:45 -0400 Subject: refactor: code parity with `.zshrc` --- .config/shell/.bashrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.config') 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 -- cgit v1.2.3