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

Revert "Add git coommit completions" #868

Merged
merged 1 commit into from
Jun 5, 2024
Merged

Conversation

fdncred
Copy link
Collaborator

@fdncred fdncred commented Jun 5, 2024

Reverts #854

This PR broke the git aliases https://github.com/nushell/nu_scripts/blob/main/aliases/git/git-aliases.nu so I'm reverting it.

@fdncred fdncred merged commit 5adf14d into main Jun 5, 2024
1 check passed
@fdncred fdncred deleted the revert-854-git-commit branch June 5, 2024 12:21
fdncred added a commit that referenced this pull request Jun 5, 2024
fdncred added a commit that referenced this pull request Jun 5, 2024
Reverts #868

I found that this works, if you source these files like
```
use aliases/git/git-aliases.nu *
use custom-completions/git/git-completions.nu *
```
but if you source them like this, it doesn't work.
```
use custom-completions/git/git-completions.nu *
use aliases/git/git-aliases.nu *
```

This changed recently somewhere in nushell.
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.

None yet

1 participant