feat: copy .bashrc to .profile during setup
Some checks failed
Nix Format Check / check-format (push) Failing after 38s
Some checks failed
Nix Format Check / check-format (push) Failing after 38s
This commit is contained in:
1
setup.sh
1
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"
|
||||
|
Reference in New Issue
Block a user