Skip to content

Commit

Permalink
Add comment to git-aliases.nu
Browse files Browse the repository at this point in the history
explaining the gstat dependency
  • Loading branch information
samoylovfp authored Oct 17, 2024
1 parent c67a695 commit 87a87f9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions aliases/git/git-aliases.nu
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# Requires the `gstat` plugin to be installed,
# http://www.nushell.sh/commands/docs/gstat.html

export def git_current_branch [] {
(gstat).branch
}
Expand Down

0 comments on commit 87a87f9

Please sign in to comment.