1
0
mirror of https://github.com/ddworken/hishtory.git synced 2025-07-17 21:02:14 +02:00
This commit is contained in:
David Dworken
2023-12-19 19:08:55 -08:00
parent 8fd809fdc8
commit bf1bae4ff2

@ -46,6 +46,7 @@ func getOsName() string {
} }
func getShellName() string { func getShellName() string {
// TODO: Wire the real shell name in here
return "bash" return "bash"
} }