diff --git a/config/home/bash.nix b/config/home/bash.nix index 2ddf2b8..a83326c 100644 --- a/config/home/bash.nix +++ b/config/home/bash.nix @@ -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