Skip to content

Commit c5b7f95

Browse files
authored
Update main.go
1 parent a54ecbe commit c5b7f95

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

hackerc/main.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@ import (
1919
)
2020

2121
const VERSION = "0.0.8"
22-
const HACKER_DIR = "~/hackeros/hacker-lang"
22+
const HACKER_DIR = "~/.hackeros/hacker-lang"
2323
const BIN_DIR = HACKER_DIR + "/bin"
24-
const HISTORY_FILE = "~/hackeros/hacker_repl_history" // Zmiana, aby nie było ukryte
24+
const HISTORY_FILE = "~./hackeros/history/hacker_repl_history" // Zmiana, aby nie było ukryte
2525

2626
const (
2727
colorReset = "\033[0m"

0 commit comments

Comments
 (0)