Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve cp calls & fix a typo #58

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

bezhermoso
Copy link
Member

On macOS, the cp -f flag does not actually prevent it from asking for confirmation. In my case, I have cp aliased to nocorrect cp -i, inducing the prompt. Changing the invocation to command cp -f ... forces the shell to use the program instead of any alias that shadow cp.

@bezhermoso bezhermoso requested a review from a team as a code owner October 23, 2024 00:17
@bezhermoso bezhermoso requested review from belak and mattdavis90 and removed request for a team October 23, 2024 00:17
@@ -22,10 +22,6 @@ if [[ -d "$TINTED_JQP_CONFIG_FILE" ]]; then
return 1
fi

if [ ! -e "$TINTED_JQP_CONFIG_FILE" ]; then
touch "$TINTED_JQP_CONFIG_FILE"
fi
Copy link
Member Author

@bezhermoso bezhermoso Oct 23, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This wasn't necessary as the theme files from tinted-jqp are just copied over in-place.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant