#Place this under ~\.shmy or $HOME/.shmy

# Customize the prompt
eval --export r"(__prompt = "\x1b[36m\\u@\\h|\x1b[32m\\w\x1b[0m\\$ ")"

# Set the maximum history file size
eval --export "HISTFILESIZE = 4096"