stow/bash/.bash_profile

6 lines
62 B
Bash
Raw Normal View History

2023-12-10 16:25:47 +00:00
#!/bin/bash
if [[ -f ~/.bashrc ]]; then
source ~/.bashrc
fi