Browse Source

Fix term env variable for motoko.

master
Daniel Sissom 5 years ago
parent
commit
0a677bc018
Signed by untrusted user who does not match committer: djsissom GPG Key ID: 2C30FFB796852389
1 changed files with 4 additions and 0 deletions
  1. + 4
    - 0
      zsh/zshrc

+ 4
- 0
zsh/zshrc

@ -234,6 +234,10 @@ export GPG_TTY=$(tty) # Fix GPG pin prompt bug with git
export SDL_VIDEO_FULLSCREEN_HEAD=3 export SDL_VIDEO_FULLSCREEN_HEAD=3
setopt HIST_IGNORE_SPACE setopt HIST_IGNORE_SPACE
if [[ $HOST == motoko ]]; then
export TERM=xterm-256color
fi
#~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Loading…
Cancel
Save