mirror of
https://github.com/nikdoof/dotfiles.git
synced 2025-12-26 00:59:23 +00:00
6 lines
111 B
Bash
6 lines
111 B
Bash
# shellcheck shell=bash
|
|
# Get the aliases and functions
|
|
if [ -f $HOME/.bashrc ]; then
|
|
source $HOME/.bashrc
|
|
fi
|