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

fix fish errors #204

Merged
merged 1 commit into from Apr 11, 2023
Merged

fix fish errors #204

merged 1 commit into from Apr 11, 2023

Conversation

peeviddy
Copy link
Contributor

@peeviddy peeviddy commented Apr 7, 2023

WHAT

fixed some bugs I and several others encountered after the latest update

  • Apple M1 macOS Ventura 13.2.1, iTerm2 3.4.19, fish 3.6.1, fisher 4.4.3, tide 5.5.1

WHY

I was unable to cd without seeing errors 😵‍💫

~/.config/fish/functions/enhancd.fish (line 58): Missing end to balance this if statement
                if _enhancd_helper_is_default_flag "$argv[1]"
                ^^
from sourcing file ~/.config/fish/functions/enhancd.fish
	called on line 1 of file ~/.config/fish/conf.d/enhancd.fish
in function 'cd' with arguments '../'
source: Error while reading file '/Users/peeviddy/.config/fish/functions/enhancd.fish'
fish: Unknown command: enhancd
~/.config/fish/conf.d/enhancd.fish (line 3):
        enhancd $argv
        ^~~~~~^
in function 'cd' with arguments '../'

thanks to @martonperei for some of the lines I added in this PR

@github-actions github-actions bot added area/bash Catch all for changes in bash files area/fish Catch all for changes in fish files labels Apr 7, 2023
Copy link
Owner

@babarot babarot left a comment

Choose a reason for hiding this comment

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

Thank you!

@babarot babarot merged commit 83fca51 into babarot:master Apr 11, 2023
2 checks passed
@github-actions github-actions bot mentioned this pull request Apr 11, 2023
@babarot babarot added the kind/bug A bug; unintended behavior label Apr 11, 2023
vlaw added a commit to vlaw/enhancd that referenced this pull request Apr 28, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/bash Catch all for changes in bash files area/fish Catch all for changes in fish files kind/bug A bug; unintended behavior
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants