Files
dotFiles/home/.bash_profile
T
2022-12-08 11:55:08 +05:30

9 lines
141 B
Bash

# .bash_profile
# Get the aliases and functions
if [ -f ~/.bashrc ]; then
. ~/.bashrc
fi
# User specific environment and startup programs