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

x alias is not detected by fish until extract is called #2

Closed
shoriminimoe opened this issue Oct 17, 2022 · 0 comments · Fixed by #3
Closed

x alias is not detected by fish until extract is called #2

shoriminimoe opened this issue Oct 17, 2022 · 0 comments · Fixed by #3
Assignees
Labels
bug Something isn't working

Comments

@shoriminimoe
Copy link
Owner

Fish detects the name after extract.fish is evaluated. x needs to be in its own function file.

$ functions -q x; echo $status
1

$ functions -q extract; echo $status
0

$ functions -q x; echo $status
0
@shoriminimoe shoriminimoe added the bug Something isn't working label Oct 17, 2022
@shoriminimoe shoriminimoe self-assigned this Oct 17, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant