Move bashrc-personal from profile to bashrc

This commit is contained in:
Tyler Kelley 2024-02-01 02:58:42 -06:00
parent a624340a99
commit c00b476c45

View File

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