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 a typo in the doc #183

Merged
merged 2 commits into from
Feb 23, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/nu-git-manager-sugar/dotfiles/gm-cfg.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ gm cfg ls-files ~
---
```nushell
# get the current status of the dotfiles in short format
gm status --short
gm cfg status --short
```

## Parameters
Expand Down
2 changes: 1 addition & 1 deletion pkgs/nu-git-manager-sugar/nu-git-manager-sugar/dotfiles.nu
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
# ---
# ```nushell
# # get the current status of the dotfiles in short format
# gm status --short
# gm cfg status --short
# ```
export def --wrapped "gm cfg" [...args] {
^git --git-dir $env.DOTFILES_GIT_DIR --work-tree $env.DOTFILES_WORKTREE ...$args
Expand Down
Loading