diff options
| author | kj-sh604 | 2024-07-17 23:00:45 -0400 |
|---|---|---|
| committer | kj-sh604 | 2024-07-17 23:00:45 -0400 |
| commit | fad7faad0613b5ebad9fe8ab0156bc6417bc4a5c (patch) | |
| tree | dae98e8a699f1c9d200b8d28b897f933ed372ad6 /.config | |
| parent | 3d4f1760482b6f9747b32e7cc1a6eef91c010deb (diff) | |
refactor: code parity with `.zshrc`
Diffstat (limited to '.config')
| -rw-r--r-- | .config/shell/.bashrc | 2 |
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 |
