]> arthur.barton.de Git - ax-zsh.git/blob - core/10_terminal/10_terminal.zprofile
b9e8ae81dffb5aba6a55a3536df8a2279842f529
[ax-zsh.git] / core / 10_terminal / 10_terminal.zprofile
1 # AX-ZSH: Alex' Modular ZSH Configuration
2 # 10_terminal.zprofile: Initialize terminal settings
3
4 [[ -t 0 ]] && eval `tset -Is -m "dec-vt52:vt52"`
5 [[ -z "$TERM" ]] && TERM="dumb"
6 export TERM