diff --git a/zsh/zshrc b/zsh/zshrc index 98fe80d..cb57024 100644 --- a/zsh/zshrc +++ b/zsh/zshrc @@ -234,6 +234,10 @@ export GPG_TTY=$(tty) # Fix GPG pin prompt bug with git export SDL_VIDEO_FULLSCREEN_HEAD=3 setopt HIST_IGNORE_SPACE +if [[ $HOST == motoko ]]; then + export TERM=xterm-256color +fi + #~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~