We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1a7f297 + eb66413 commit dd8ddf1Copy full SHA for dd8ddf1
cmd/version.go
@@ -8,7 +8,7 @@ import (
8
9
// Update icon.
10
func version(cmd *cobra.Command, args []string) {
11
- fmt.Println("0.23.5")
+ fmt.Println("0.23.6")
12
}
13
14
var versionCmd = &cobra.Command{
utils/data/git/gitconfig
@@ -1,6 +1,6 @@
1
[user]
2
[core]
3
- editor = vim
+ editor = nvim
4
pager = delta
5
excludesfile = ~/.gitignore
6
fileMode = true
0 commit comments