Files
termux-packages/packages/corgi/0001-fix-path.patch
termux-pacman-bot 54e3bee25e packages/corgi
2022-07-18 08:44:29 +00:00

12 lines
406 B
Diff

--- ./go/pkg/mod/github.com/!drake!w/corgi@v0.2.4/snippet/history.go 2022-07-16 17:04:11.818280758 +0800
+++ ./go/pkg/mod/github.com/!drake!w/corgi@v0.2.4/snippet/history.go 2022-07-16 17:20:06.508280393 +0800
@@ -22,7 +22,7 @@
)
var shellType string
-var TempHistFile = "/tmp/corgi.hist"
+var TempHistFile = "@TERMUX_PREFIX@/tmp/corgi.hist"
func getFishHistoryPath(homeDir string) string {
var (