1
0
Fork 0
mirror of https://github.com/MillironX/dotfiles.git synced 2024-11-21 13:16:04 +00:00

Make .bash_profile shellcheck compliant

Signed-off-by: Thomas A. Christensen II <25492070+MillironX@users.noreply.github.com>
This commit is contained in:
Thomas A. Christensen II 2021-10-20 07:27:45 -05:00
parent d508b92efd
commit 363a93030e
Signed by: millironx
GPG key ID: 139C07724802BC5D

View file

@ -1 +1,3 @@
source $HOME/.profile
# shellcheck shell=bash
# shellcheck source=dot_profile
source "${HOME}/.profile"