mirror of
https://github.com/nikdoof/dotfiles.git
synced 2026-01-30 02:48:15 +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
|