Skip to content

🐛 Fix the script writing to the wrong file #660

@purinkle

Description

@purinkle

Currently, if someone has a .zshrc.local file, the script will write the following to it.

export PATH="$HOME/.bin:$PATH"

The script performs this action even if the line is already present in our .zshrc file. There is no need for this duplication. It also creates issues as it updates folks' local dotfiles without their permission. We should change the script to stop writing the line when it is not needed.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions