mirror of
https://github.com/nikdoof/dotfiles.git
synced 2026-01-30 02:48:15 +00:00
7 lines
89 B
Bash
7 lines
89 B
Bash
# Get the aliases and functions
|
|
if [ -f $HOME/.bashrc ]; then
|
|
source $HOME/.bashrc
|
|
fi
|
|
|
|
|