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

Fixed mktemp call and forced replacement of .sdirs file in _purge_lines #15

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

2suggestions
Copy link

Line 136 in bashmarks.sh didn't include any X's as a template when calling mktemp, causing it to error out in my environment and close the terminal when attempting to save a bookmark.

In addition, I had 'mv' aliased for 'mv -i', so line 141 which replaces the $HOME/.sdirs file with the new version was prompting for a confirmation on each bookmark save. I've changed it to 'mv -f' to avoid this for others in the same situation.

Cheers, loving the tool :)

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