Files
dotfiles/bash/.bash_profile

6 lines
111 B
Bash

# shellcheck shell=bash
# Get the aliases and functions
if [ -f $HOME/.bashrc ]; then
source $HOME/.bashrc
fi