Skip to content

Commit

Permalink
do no write alias descriptions (#89)
Browse files Browse the repository at this point in the history
Co-authored-by: Dawid Ciepiela <71898979-sarumaj@users.noreply.github.com>
  • Loading branch information
sarumaj and Dawid Ciepiela authored Jan 29, 2024
1 parent d4630c9 commit 0d54055
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pkg/commands/commands_util.go
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@ func addGitAliases() error {
section := cfg.Raw.Section("alias")
for _, alias := range ga {
section.SetOption(alias.Alias, alias.Command)
section.SetOption(alias.Alias+".description", alias.Description)
}

if err := cfg.Validate(); err != nil {
Expand Down

0 comments on commit 0d54055

Please sign in to comment.