diff options
Diffstat (limited to '.config/shell/.bashrc')
| -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 |
