Files
iCare/.bash_profile
CHIEFSOFT\ameye 43a6facde9 first commit
2024-07-06 18:33:32 -04:00

13 lines
176 B
Bash

# .bash_profile
# Get the aliases and functions
if [ -f ~/.bashrc ]; then
. ~/.bashrc
fi
# User specific environment and startup programs
PATH=$PATH:$HOME/bin
export PATH