Skip to content

Changes to .zshrc makes it impossible to git pull in config.json #2

@faximan

Description

@faximan

I see that the feature modified my ~/.zshrc (symlinked to ~/.dotfiles/.zshrc).

That makes my script

"scripts": [
    "if [ ! -d $HOME/.dotfiles ]; then git clone https://github.com/faximan/.dotfiles.git $HOME/.dotfiles; fi",
    "git -C $HOME/.dotfiles pull"
]

fail, because I cannot pull with a dirty state.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions