Added support for .bashrc-personal file

This commit is contained in:
Tyler Kelley 2024-01-24 00:23:47 -06:00
parent 7d01507e08
commit 3865a0cd20

View File

@ -9,6 +9,9 @@
#if [ -z "$DISPLAY" ] && [ "$XDG_VTNR" = 1 ]; then
# exec Hyprland
#fi
if [ -z $HOME/.bashrc-personal ]; then
source $HOME/.bashrc-personal
fi
'';
initExtra = ''
neofetch