Skip to content

Commit

Permalink
Update main.go
Browse files Browse the repository at this point in the history
  • Loading branch information
PranavMurali committed Apr 25, 2021
1 parent ba9bec0 commit 3e81232
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions main.go
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@ func main() {
fmt.Print("\n")
for {
path, _ := os.Getwd()
color.Cyan(path)
fmt.Print("🔥🐲> ")
color.Red(path)
fmt.Print("📀>> ")
input, err := reader.ReadString('\n')
history = append(history, input)
dt := time.Now()
Expand Down

0 comments on commit 3e81232

Please sign in to comment.