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 a54ecbe commit c5b7f95Copy full SHA for c5b7f95
hackerc/main.go
@@ -19,9 +19,9 @@ import (
19
)
20
21
const VERSION = "0.0.8"
22
-const HACKER_DIR = "~/hackeros/hacker-lang"
+const HACKER_DIR = "~/.hackeros/hacker-lang"
23
const BIN_DIR = HACKER_DIR + "/bin"
24
-const HISTORY_FILE = "~/hackeros/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