diff --git a/setup.sh b/setup.sh index 5abc41b..80f0e09 100755 --- a/setup.sh +++ b/setup.sh @@ -417,6 +417,7 @@ main() { echo "export NIXPKGS_ALLOW_INSECURE=1" >> $HOME/.bashrc echo "export DOTFILES_PATH=$DOTFILES_PATH" >> $HOME/.bashrc echo "export PATH=$PATH:$DOTFILES_PATH/bin" >> $HOME/.bashrc + cp $HOME/.bashrc $HOME/.profile # Create setup marker touch "$SETUP_MARKER" || die "Failed to create setup marker"