]> arthur.barton.de Git - ax-zsh.git/commitdiff
10_terminal: Don't send init string to terminal
authorAlexander Barton <alex@barton.de>
Tue, 7 Jul 2015 11:09:07 +0000 (13:09 +0200)
committerAlexander Barton <alex@barton.de>
Tue, 7 Jul 2015 11:09:12 +0000 (13:09 +0200)
This shouldn't be necessary, because the terminal is already initialized by
login(8) or the remote system.

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