Skip to content

Add abbreviations - #1275

Open
fnuttens wants to merge 1 commit into
nushell:mainfrom
fnuttens:abbreviations
Open

fnuttens wants to merge 1 commit into
nushell:mainfrom
fnuttens:abbreviations

Conversation

@fnuttens

Copy link
Copy Markdown
Contributor

Closes #1273

@fnuttens
fnuttens force-pushed the abbreviations branch 3 times, most recently from eb1e540 to 64097b7 Compare August 22, 2026 16:58
@DavSanchez

Copy link
Copy Markdown

Hi @fnuttens ! Do you plan to continue working on this? It would be nice to have the abbreviations here 😃

@fdncred

fdncred commented Sep 9, 2026

Copy link
Copy Markdown
Contributor

This PR definitely needs work. Some of the scripts appear to append abbreviations and others just overwrite them entirely.

@fnuttens

fnuttens commented Sep 9, 2026

Copy link
Copy Markdown
Contributor Author

@DavSanchez I do, yes, it’s just that the last few weeks have been quite busy 🙂

@fdncred oops indeed, this is now fixed!

@fdncred

fdncred commented Sep 10, 2026

Copy link
Copy Markdown
Contributor

have you tested the ones with the exclamation point?

@fnuttens

Copy link
Copy Markdown
Contributor Author

@fdncred yes it works as expected!

@fnuttens
fnuttens marked this pull request as ready for review September 22, 2026 21:28
}

export def git_main_branch [] {
git remote show origin

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Shouldn't this be

Suggested change
git remote show origin
^git remote show origin

so it calls the external in case someone shadowed this command?

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.

Duplicate aliases as abbreviations

3 participants