mirror of
https://github.com/nikdoof/dotfiles.git
synced 2025-12-13 01:32:30 +00:00
5 lines
87 B
Bash
5 lines
87 B
Bash
# Get the aliases and functions
|
|
if [ -f $HOME/.bashrc ]; then
|
|
source $HOME/.bashrc
|
|
fi
|