]> arthur.barton.de Git - ax-zsh.git/blobdiff - core/10_terminal/10_terminal.zprofile
10_terminal: Don't send init string to terminal
[ax-zsh.git] / core / 10_terminal / 10_terminal.zprofile
index e70d6cd0516b355f62abce50b4c9f7dc40b06f8a..2999829729034b0f1a21a064b6d3d66578ab8b92 100644 (file)
@@ -1,6 +1,6 @@
 # AX-ZSH: Alex' Modular ZSH Configuration
 # 10_terminal.zprofile: Initialize terminal settings
 
-[[ -t 0 ]] && eval `tset -s`
+[[ -t 0 ]] && eval `tset -Is`
 [[ -z "$TERM" ]] && TERM="dumb"
 export TERM