From c00b476c4506ef480461a1fdc8563e3fca132e05 Mon Sep 17 00:00:00 2001 From: Tyler Kelley Date: Thu, 1 Feb 2024 02:58:42 -0600 Subject: [PATCH] Move bashrc-personal from profile to bashrc --- config/home/bash.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/config/home/bash.nix b/config/home/bash.nix index 9ec17f6..7b2e3fc 100644 --- a/config/home/bash.nix +++ b/config/home/bash.nix @@ -9,12 +9,12 @@ #if [ -z "$DISPLAY" ] && [ "$XDG_VTNR" = 1 ]; then # exec Hyprland #fi - if [ -f $HOME/.bashrc-personal ]; then - source $HOME/.bashrc-personal - fi ''; initExtra = '' neofetch + if [ -f $HOME/.bashrc-personal ]; then + source $HOME/.bashrc-personal + fi ''; sessionVariables = {