Skip to content

Commit d13306a

Browse files
committed
Add a breaking changes entry for using shell aliases
1 parent dc48cf9 commit d13306a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pkg/i18n/english.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2082,6 +2082,7 @@ gui:
20822082
`,
20832083
"0.44.0": `- The gui.branchColors config option is deprecated; it will be removed in a future version. Please use gui.branchColorPatterns instead.
20842084
- The automatic coloring of branches starting with "feature/", "bugfix/", or "hotfix/" has been removed; if you want this, it's easy to set up using the new gui.branchColorPatterns option.`,
2085+
"0.49.0": `- Executing shell commands (with the ':' prompt) no longer uses an interactive shell, which means that if you want to use your shell aliases in this prompt, you need to do a little bit of setup work. See https://github.com/jesseduffield/lazygit/blob/master/docs/Config.md#using-aliases-or-functions-in-shell-commands for details.`,
20852086
},
20862087
}
20872088
}

0 commit comments

Comments
 (0)