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.
1 parent c5b7f95 commit 6ff2be8Copy full SHA for 6ff2be8
hackerc/main.go
@@ -21,7 +21,7 @@ import (
21
const VERSION = "0.0.8"
22
const HACKER_DIR = "~/.hackeros/hacker-lang"
23
const BIN_DIR = HACKER_DIR + "/bin"
24
-const HISTORY_FILE = "~./hackeros/history/hacker_repl_history" // Zmiana, aby nie było ukryte
+const HISTORY_FILE = "~/.hackeros/history/hacker_repl_history" // Zmiana, aby nie było ukryte
25
26
const (
27
colorReset = "\033[0m"
0 commit comments